mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Merge pull request #666 from duncanspumpkin/More_rain
Increased the number of rain pixels to max
This commit is contained in:
@@ -31,7 +31,7 @@ int gLastDrawStringY;
|
||||
|
||||
uint8 _screenDirtyBlocks[5120];
|
||||
|
||||
#define MAX_RAIN_PIXELS 0x9000
|
||||
#define MAX_RAIN_PIXELS 0xFFFE
|
||||
uint32 rainPixels[MAX_RAIN_PIXELS];
|
||||
|
||||
//Originally 0x9ABE0C, 12 elements from 0xF3 are the peep top colour, 12 elements from 0xCA are peep trouser colour
|
||||
|
||||
Reference in New Issue
Block a user