diff options
Diffstat (limited to 'src/render/Rubbish.h')
-rw-r--r-- | src/render/Rubbish.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/Rubbish.h b/src/render/Rubbish.h index 52050e20..5a4e479b 100644 --- a/src/render/Rubbish.h +++ b/src/render/Rubbish.h @@ -4,7 +4,11 @@ class CVehicle; enum { // NB: not all values are allowed, check the code +#ifdef SQUEEZE_PERFORMANCE + NUM_RUBBISH_SHEETS = 32 +#else NUM_RUBBISH_SHEETS = 64 +#endif }; class COneSheet |