Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 4:13:01 PM (19 years ago)
Author:
patrick
Message:

trunk: player group handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/multi_player_world_data.cc

    r7074 r7078  
    212212        playable = dynamic_cast<Playable*>(playableList->front());
    213213        this->localPlayer->setPlayable(playable);
    214         playable->toList(OM_GROUP_01);
     214        playable->toList(OM_GROUP_00);
    215215        playable->setAbsCoor(213.37, 57.71, -47.98);
    216216        playable->setAbsDir(Quaternion(0.16, 0.98, -0.10));
Note: See TracChangeset for help on using the changeset viewer.