Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8463 in orxonox.OLD


Ignore:
Timestamp:
Jun 15, 2006, 2:27:24 PM (18 years ago)
Author:
rennerc
Message:

ruckel—

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/space_ships/turbine_hover.cc

    r8462 r8463  
    216216  registerVar( new SynchronizeableBool( &bAscend, &bAscend, "bAscend", PERMISSION_OWNER ) );
    217217  registerVar( new SynchronizeableBool( &bDescend, &bDescend, "bDescend", PERMISSION_OWNER ) );
    218   registerVar( new SynchronizeableQuaternion( &direction, &direction, "direction", PERMISSION_OWNER ) );
     218  //registerVar( new SynchronizeableQuaternion( &direction, &direction, "direction", PERMISSION_OWNER ) );
     219  registerVar( new SynchronizeableFloat( &cameraLook, &cameraLook, "cameraLook", PERMISSION_OWNER ) );
     220  registerVar( new SynchronizeableFloat( &rotation, &rotation, "rotation", PERMISSION_OWNER ) );
    219221}
    220222
Note: See TracChangeset for help on using the changeset viewer.