- Timestamp:
- May 25, 2011, 9:42:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/data/gui/scripts/SheetManager.lua
r8485 r8581 220 220 if bInGameConsoleClosed == true then 221 221 bInGameConsoleClosed = false 222 if activeMenuSheets [1].sheet.name == "MainMenu" then222 if activeMenuSheets.size > 0 and activeMenuSheets[1].sheet.name == "MainMenu" then 223 223 return 224 224 end
Note: See TracChangeset
for help on using the changeset viewer.