From 735f0ced3c32d9d57520fdc6c2a0fb0c3e86fa71 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 18 Apr 2001 13:49:10 +0000 Subject: [PATCH] --- source/game/game.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 ); + } } }