summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index dcf5d03..29aac3b 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -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;