Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7690


Ignore:
Timestamp:
Dec 1, 2010, 3:21:11 PM (13 years ago)
Author:
dafrick
Message:

Adjusting some small thing that got forgotten while merging.

Location:
code/trunk/data/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/scripts/GUITools.lua

    r7689 r7690  
    213213   
    214214    --enter
    215     if code == "28" then
     215    if code == "28" and P.index >= 0 then
    216216        local item = list[P.index+1]
    217217        local child = item["button"]
  • code/trunk/data/gui/scripts/MultiplayerMenu.lua

    r7689 r7690  
    1111    local item = {
    1212            ["button"] = winMgr:getWindow("orxonox/MultiplayerJoinButton"),
    13             ["function"]  = P.MultiplayerJoinButton2_clicked
     13            ["function"]  = P.MultiplayerJoinButton_clicked
    1414    }
    1515    P.buttonList[1] = item
     
    1717    local item = {
    1818            ["button"] = winMgr:getWindow("orxonox/MultiplayerHostButton"),
    19             ["function"]  = P.MultiplayerHostButton2_clicked
     19            ["function"]  = P.MultiplayerHostButton_clicked
    2020    }
    2121    P.buttonList[2] = item
Note: See TracChangeset for help on using the changeset viewer.