Changeset 8373 for code/trunk/src/libraries/network/packet
- Timestamp:
- May 2, 2011, 5:00:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/network/packet/Gamestate.cc
r8327 r8373 32 32 33 33 #include "util/Debug.h" 34 #include "util/OrxAssert.h" 34 35 #include "core/GameMode.h" 35 36 #include "core/ObjectList.h" … … 201 202 { 202 203 // COUT(4) << "updating object of classid " << objectheader.getClassID() << endl; 203 bool b = s->updateData(mem, mode); 204 assert(b); 204 OrxVerify(s->updateData(mem, mode), ""); 205 205 } 206 206 }
Note: See TracChangeset
for help on using the changeset viewer.