player->upperLevel=false;//Assume player starts on lower level.
player->ForceSetPos(MAP_DATA[map].MapData.playerSpawnLocation);//Normal set pos does one axis and then the other, so this will make sure that we actually end up at the right spot and ignore collision rules.