mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
vars: remove unused g_InvExtraData
This commit is contained in:
parent
21ed7cf06e
commit
519de5e7de
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue