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