Changeset 567 for code/branches/FICN/src/network/GameStateClient.cc
- Timestamp:
- Dec 17, 2007, 11:16:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/GameStateClient.cc
r514 r567 91 91 ((Synchronisable *)no)->classID=sync.classID; 92 92 it=orxonox::ObjectList<Synchronisable>::end(); 93 // update data and create object/entity... 94 if( !(((Synchronisable *)no)->updateData(sync)) && !(((Synchronisable *)no)->create()) ) 95 COUT(0) << "We couldn't create/update the object: " << sync.objectID << std::endl; 96 ++it; 93 97 } 94 98 } else {
Note: See TracChangeset
for help on using the changeset viewer.