mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +02:00
remove lastx/lasty variables when OGLR is disabled
Conflicts: src/graphics.c
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user