This commit is contained in:
Paul 2001-01-23 22:01:26 +00:00
parent 89a3d6a95f
commit 321b43070c
2 changed files with 5 additions and 1 deletions

View file

@ -128,8 +128,11 @@ void CGameScene::think(int _frames)
CConversation::think(_frames);
if(!CConversation::isActive())
{
DVECTOR mapPos;
CThing::thinkAllThings(_frames);
Level.setCameraCentre(m_player->getPos());
mapPos=m_player->getPos();
CBubicleFactory::setMapOffset(&mapPos);
Level.setCameraCentre(mapPos);
Level.think(_frames);
}
}