Fixed duplicated ITEM_INFO definition

This commit is contained in:
Nils 2021-09-24 07:53:42 +02:00
parent 4750245888
commit 01bf1881b3
239 changed files with 240 additions and 238 deletions

View file

@ -15,7 +15,7 @@
#include "input.h"
#include "Sound\sound.h"
#include "collide.h"
#include "item.h"
OBJECT_TEXTURE* WaterfallTextures[6];
float WaterfallY[6];
int lastWaterfallY = 0;