This commit is contained in:
Paul 2001-03-29 19:19:33 +00:00
parent 826713a65c
commit 8bd4b0ce54
4 changed files with 136 additions and 24 deletions

View file

@ -264,10 +264,10 @@ void CGameScene::initLevel()
pos.vx+=32; createPickup(PICKUP__HELMET,&pos);
pos.vx+=32; createPickup(PICKUP__QUEST_ITEM__TEST,&pos);
// CNpcPlatform *platform;
// platform=new ("test platform") CNpcPlatform;
// platform->init();
// platform->setLayerCollision( Level.getCollisionLayer() );
CNpcPlatform *platform;
platform=new ("test platform") CNpcPlatform;
platform->init();
platform->setLayerCollision( Level.getCollisionLayer() );
#endif
s_levelFinished=false;