1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Fix NO_RCT2 macro check in sprite.c

This commit is contained in:
Michał Janiszewski
2016-09-12 21:58:37 +02:00
parent 1511143ea9
commit aa346e2bef

View File

@@ -26,7 +26,7 @@
#include "fountain.h"
#include "sprite.h"
#if NO_RCT2
#ifdef NO_RCT2
uint16 gSpriteListHead[6];
uint16 gSpriteListCount[6];
static rct_sprite _spriteList[MAX_SPRITES];