Changeset 9625 in orxonox.OLD for branches/proxy/src/world_entities/space_ships
- Timestamp:
- Jul 30, 2006, 11:19:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/space_ship.cc
r9494 r9625 234 234 this->burstSystem->setColor(1.0, .8,.8,.8,.0); 235 235 236 registerVar( new SynchronizeableVector( &velocity, &velocity, "velocity" ) );236 registerVar( new SynchronizeableVector( &velocity, &velocity, "velocity", PERMISSION_MASTER_SERVER ) ); 237 237 registerVar( new SynchronizeableQuaternion( &mouseDir, &mouseDir, "mousedir", PERMISSION_OWNER ) ); 238 238
Note: See TracChangeset
for help on using the changeset viewer.