diff options
| author | Jacob1 <jfu614@gmail.com> | 2012-05-22 22:11:41 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-24 18:57:29 (GMT) |
| commit | 4da9a26502fa79f54330866671992498a6a6d289 (patch) | |
| tree | 965048e346f252dd69b0388037191642433877db /includes | |
| parent | 8196d2a645d386b5c97134c446e959e5e50a345b (diff) | |
| download | powder-4da9a26502fa79f54330866671992498a6a6d289.zip powder-4da9a26502fa79f54330866671992498a6a6d289.tar.gz | |
remove lastx/lasty variables when OGLR is disabled
Conflicts:
src/graphics.c
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
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; |
