mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Remove unused global
This commit is contained in:
@@ -440,7 +440,6 @@ BOOLEAN gfUIDoNotHighlightSelMerc = FALSE;
|
||||
BOOLEAN gfUIHandleSelection = FALSE;
|
||||
BOOLEAN gfUIHandleSelectionAboveGuy = FALSE;
|
||||
BOOLEAN gfUIInDeadlock = FALSE;
|
||||
UINT16 gUIDeadlockedSoldier = NOBODY;
|
||||
BOOLEAN gfUIHandleShowMoveGrid = FALSE;
|
||||
INT32 gsUIHandleShowMoveGridLocation = NOWHERE ;
|
||||
BOOLEAN gfUIOverItemPool = FALSE;
|
||||
|
||||
@@ -200,7 +200,6 @@ extern BOOLEAN gfUIHandleSelectionAboveGuy;
|
||||
extern INT32 gsSelectedGridNo;
|
||||
extern SoldierID gsSelectedGuy;
|
||||
extern BOOLEAN gfUIInDeadlock;
|
||||
extern UINT16 gUIDeadlockedSoldier;
|
||||
|
||||
extern BOOLEAN gfUIMouseOnValidCatcher;
|
||||
extern SoldierID gubUIValidCatcherID;
|
||||
|
||||
Reference in New Issue
Block a user