Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2134


Ignore:
Timestamp:
Nov 4, 2008, 7:14:07 PM (15 years ago)
Author:
scheusso
Message:

reverted some changes for synchronisation of controllableentity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc

    r2132 r2134  
    250250        REGISTERSTRING(this->cameraPositionTemplate_, direction::toclient);
    251251
    252         REGISTERDATA(this->server_overwrite_,   direction::toclient, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processOverwrite));
    253252        REGISTERDATA(this->client_overwrite_,   direction::toserver);
    254253       
     
    256255        REGISTERDATA(this->server_velocity_,    direction::toclient, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processServerVelocity));
    257256        REGISTERDATA(this->server_orientation_, direction::toclient, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processServerOrientation));
     257        REGISTERDATA(this->server_overwrite_,   direction::toclient, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processOverwrite));
    258258
    259259        REGISTERDATA(this->client_position_,    direction::toserver, new NetworkCallback<ControllableEntity>(this, &ControllableEntity::processClientPosition));
Note: See TracChangeset for help on using the changeset viewer.