- Timestamp:
- May 27, 2011, 9:54:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/data/gui/scripts/SheetManager.lua
r8584 r8627 216 216 function keyESC() 217 217 -- HUGE, very HUGE hacks! 218 218 219 219 -- If the InGameConsole is active, ignore the ESC command. 220 220 if bInGameConsoleClosed == true then 221 221 bInGameConsoleClosed = false 222 if activeMenuSheets[ i] and activeMenuSheets[1].sheet.name == "MainMenu" then222 if activeMenuSheets[1] and activeMenuSheets[1].sheet.name == "MainMenu" then 223 223 return 224 224 end
Note: See TracChangeset
for help on using the changeset viewer.