Changeset 1179 for code/branches/network3/src/network
- Timestamp:
- Apr 24, 2008, 4:57:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/network/GameStateClient.cc
r1177 r1179 118 118 ///sigsegv is receved after the COUT(4) above 119 119 Synchronisable *no = dynamic_cast<Synchronisable *>(ID((unsigned int) sync.classID)->fabricate()); 120 COUT(4) << "loadsnapshort: classid: " << sync.classID << " objectID: " << sync. classID << " length: " << sync.length << std::endl;120 COUT(4) << "loadsnapshort: classid: " << sync.classID << " objectID: " << sync.objectID << " length: " << sync.length << std::endl; 121 121 no->objectID=sync.objectID; 122 122 no->classID=sync.classID;
Note: See TracChangeset
for help on using the changeset viewer.