DREAMWEB: Don't use Madeuproomdat as a global when not necessary
This commit is contained in:
parent
15856843a4
commit
a64c89e7dd
2 changed files with 25 additions and 14 deletions
|
@ -208,7 +208,7 @@ struct Room {
|
|||
uint8 b30;
|
||||
uint8 realLocation;
|
||||
};
|
||||
extern const Room g_RoomData[];
|
||||
extern const Room g_roomData[];
|
||||
|
||||
struct Rain {
|
||||
uint8 x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue