Changeset 7341 for code/branches/notifications/data
- Timestamp:
- Sep 3, 2010, 4:53:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/data/gui/scripts/SheetManager.lua
r7340 r7341 210 210 211 211 -- If the first sheet that needs input is the MainMenu. 212 if counter > 0 and activeMenuSheets.size == counter and activeMenuSheets[counter].sheet.name == "MainMenu" then212 if counter == 1 and activeMenuSheets[1].sheet.name == "MainMenu" then 213 213 orxonox.execute("exit") 214 214 -- If there is at least one sheet that needs input.
Note: See TracChangeset
for help on using the changeset viewer.