- Timestamp:
- Apr 19, 2006, 6:02:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/network_game_manager.cc
r7349 r7354 549 549 } 550 550 ///TODO HACK this is only for network multiplayer games. 551 if( b->isA(CL_ SPACE_SHIP))551 if( b->isA(CL_PLAYABLE)) 552 552 { 553 553 Playable* ss = dynamic_cast<Playable*>(b);
Note: See TracChangeset
for help on using the changeset viewer.