DREAMWEB: Don't use Madeuproomdat as a global when not necessary

This commit is contained in:
Willem Jan Palenstijn 2011-12-03 16:00:55 +01:00
parent 15856843a4
commit a64c89e7dd
2 changed files with 25 additions and 14 deletions

View file

@ -208,7 +208,7 @@ struct Room {
uint8 b30;
uint8 realLocation;
};
extern const Room g_RoomData[];
extern const Room g_roomData[];
struct Rain {
uint8 x;