Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5266 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Sep 27, 2005, 4:10:26 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shaders now work :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5260 r5266  
    7373#include "cd_engine.h"
    7474#include "npc.h"
     75#include "npc2.h"
    7576
    7677SHELL_COMMAND(speed, World, setSpeed);
     
    462463  for(int i = 0; i < 100; i++)
    463464  {
    464     WorldEntity* tmp = new NPC();
     465    WorldEntity* tmp = new NPC2();
    465466    char npcChar[10];
    466467    sprintf (npcChar, "NPC_%d", i);
Note: See TracChangeset for help on using the changeset viewer.