Changeset 6955 in orxonox.OLD for branches/network/src/world_entities/playable.cc
- Timestamp:
- Feb 1, 2006, 4:20:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/playable.cc
r6954 r6955 47 47 48 48 this->setSynchronized(true); 49 50 this->score = 0; 51 this->oldScore = 0; 49 52 50 53 … … 275 278 } 276 279 280 #define DATA_FLAGS 1 281 #define DATA_SCORE 2 282 277 283 #define FLAGS_bFire 1 278 284 … … 308 314 bool Playable::needsReadSync( ) 309 315 { 316 //if ( score != oldScore ) 317 // return true; 318 310 319 byte flags = 0; 311 320
Note: See TracChangeset
for help on using the changeset viewer.