This commit is contained in:
Paul 2001-05-03 23:45:28 +00:00
parent e216c50350
commit 961ad4e212
9 changed files with 169 additions and 25 deletions

View file

@ -309,6 +309,10 @@ void CGameScene::initLevel()
DVECTOR mapSize=Level.getMapSize();
CPlayer::CameraBox camBox={0,0,mapSize.vx,mapSize.vy};
m_player->setCameraBox(camBox);
if(s_globalLevelSelectThing==1)
{
m_player->setHealthType(CPlayer::HEALTH_TYPE__OUT_OF_WATER);
}
// Init actors (needs moving and tidying
int actorNum;