Changeset 5266 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Sep 27, 2005, 4:10:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5260 r5266 73 73 #include "cd_engine.h" 74 74 #include "npc.h" 75 #include "npc2.h" 75 76 76 77 SHELL_COMMAND(speed, World, setSpeed); … … 462 463 for(int i = 0; i < 100; i++) 463 464 { 464 WorldEntity* tmp = new NPC ();465 WorldEntity* tmp = new NPC2(); 465 466 char npcChar[10]; 466 467 sprintf (npcChar, "NPC_%d", i);
Note: See TracChangeset
for help on using the changeset viewer.