remove lastx/lasty variables when OGLR is disabled

Conflicts:

	src/graphics.c
This commit is contained in:
Jacob1
2012-05-22 18:11:41 -04:00
committed by Simon Robertshaw
parent 8196d2a645
commit 4da9a26502
5 changed files with 21 additions and 0 deletions

View File

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