Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT

This commit is contained in:
Simon Robertshaw
2012-05-12 01:35:55 +01:00
parent d7fa0b139e
commit d69fc052fa
9 changed files with 282 additions and 26 deletions

View File

@@ -283,6 +283,7 @@ struct particle
int type;
int life, ctype;
float x, y, vx, vy;
float lastX, lastY;
float temp;
float pavg[2];
int flags;