Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Adjusting some small thing that got forgotten while merging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.