Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 3, 2010, 4:53:51 PM (14 years ago)
Author:
dafrick
Message:

Fixed Esc Problem in MainMenu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/data/gui/scripts/SheetManager.lua

    r7340 r7341  
    210210
    211211    -- If the first sheet that needs input is the MainMenu.
    212     if counter > 0 and activeMenuSheets.size == counter and activeMenuSheets[counter].sheet.name == "MainMenu" then
     212    if counter == 1 and activeMenuSheets[1].sheet.name == "MainMenu" then
    213213        orxonox.execute("exit")
    214214    -- If there is at least one sheet that needs input.
Note: See TracChangeset for help on using the changeset viewer.