Changeset 9296 in orxonox.OLD for branches/proxy/src/story_entities
- Timestamp:
- Jul 14, 2006, 3:01:37 PM (18 years ago)
- Location:
- branches/proxy/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/story_entities/game_world_data.h
r7460 r9296 42 42 void loadGameRule(const TiXmlElement* root); 43 43 44 44 45 protected: 45 46 virtual ErrorMessage loadGUI(const TiXmlElement* root); -
branches/proxy/src/story_entities/multi_player_world_data.cc
r9257 r9296 47 47 #include "player_stats.h" 48 48 49 #include "proxy/proxy_settings.h" 49 50 50 51 #include "glmenu_imagescreen.h" … … 280 281 GameWorldData::loadScene(root); 281 282 283 LoadParamXML(root, "ProxySettings", ProxySettings::getInstance(), ProxySettings, loadProxySettings); 284 282 285 // create server playable 283 286 if ( NetworkManager::getInstance()->isMasterServer() )
Note: See TracChangeset
for help on using the changeset viewer.