vars: remove unused g_InvExtraData

This commit is contained in:
Marcin Kurczewski 2024-08-27 21:31:20 +02:00
parent 21ed7cf06e
commit 519de5e7de
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
2 changed files with 0 additions and 2 deletions

View file

@ -95,7 +95,6 @@ int16_t g_RoomsToDraw[MAX_ROOMS_TO_DRAW] = { -1 };
int16_t g_RoomsToDrawCount = 0;
int16_t g_InvMode = INV_TITLE_MODE;
int32_t g_InvExtraData[8] = { 0 };
int32_t g_LsAdder = 0;
int32_t g_LsDivider = 0;

View file

@ -84,4 +84,3 @@ extern int16_t g_RoomsToDrawCount;
extern REQUEST_INFO g_SavegameRequester;
extern int16_t g_InvMode;
extern int32_t g_InvExtraData[8];