Changeset 8832 for code/branches/output/data/gui/scripts
- Timestamp:
- Aug 9, 2011, 12:37:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/data/gui/scripts/MultiplayerMenu.lua
r8079 r8832 117 117 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 118 118 CEGUI.toListbox(listbox):resetList() 119 local discovery = orxonox.WANDiscovery :getInstance()119 local discovery = orxonox.WANDiscovery() 120 120 cout(0, "discovering.\n" ) 121 121 discovery:discover()
Note: See TracChangeset
for help on using the changeset viewer.