Changeset 9716 in orxonox.OLD for branches/new_class_id/src/lib/network
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (19 years ago)
- Location:
- branches/new_class_id/src/lib/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/network_stream.cc
r9715 r9716 1194 1194 } 1195 1195 else 1196 ; /// FIXME NEW_CLASS_ID :: b = Factory::fabricate( leafClassId );1196 ; /// FIXME CLASS_ID :: b = Factory::fabricate( leafClassId ); 1197 1197 1198 1198 if ( !b ) -
branches/new_class_id/src/lib/network/player_stats.cc
r9715 r9716 30 30 #include "shell_command.h" 31 31 32 #include "class_id .h"32 #include "class_id_DEPRECATED.h" 33 33 34 34 ObjectListDefinitionID(PlayerStats, CL_PLAYER_STATS);
Note: See TracChangeset
for help on using the changeset viewer.