Changeset 9536 in orxonox.OLD for branches/proxy/src
- Timestamp:
- Jul 27, 2006, 10:41:24 PM (18 years ago)
- Location:
- branches/proxy/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/story_entities/multi_player_world_data.cc
r9535 r9536 229 229 /* create a Player */ 230 230 this->localPlayer = new Player(); 231 PRINTF(0)("created the player\n");232 231 } 233 232 -
branches/proxy/src/world_entities/player.cc
r9062 r9536 35 35 this->setClassID(CL_PLAYER, "Player"); 36 36 37 PRINTF( 4)("PLAYER INIT\n");37 PRINTF(0)("PLAYER INIT\n"); 38 38 39 39 this->playable = NULL;
Note: See TracChangeset
for help on using the changeset viewer.