diff --git a/source/game/game.cpp b/source/game/game.cpp index 000785895..525c16803 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -338,6 +338,11 @@ void CGameScene::initLevel() PntList++; enemy->addWaypoint( newXPos, newYPos ); + + if ( pointNum == 1 ) + { + enemy->setHeading( newXPos, newYPos ); + } } }