Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 3:12:56 PM (18 years ago)
Author:
patrick
Message:

trunk: the network players are spawned at the right places

File:
1 edited

Legend:

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

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