Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2005, 12:55:39 AM (19 years ago)
Author:
nico
Message:

branches/heightmap/: created new empty files for the heightmap class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap/src/game_loader.cc

    r3727 r4021  
    9696        Campaign* debugCampaign = new Campaign();
    9797
     98/*
    9899        World* world0 = new World(DEBUG_WORLD_0);
    99100        world0->setNextStoryID(WORLD_ID_1);
     
    105106
    106107        World* world2 = new World(DEBUG_WORLD_2);
    107         world2->setNextStoryID(WORLD_ID_GAMEEND);
     108        world2->setNextStoryID(WORLD_ID_3);
    108109        debugCampaign->addEntity(world2, WORLD_ID_2);
     110*/
     111        World* world3 = new World(DEBUG_WORLD_3);
     112        world3->setNextStoryID(WORLD_ID_GAMEEND);
     113        debugCampaign->addEntity(world3, WORLD_ID_0);
    109114
    110115        this->currentCampaign = debugCampaign;
Note: See TracChangeset for help on using the changeset viewer.