Changeset 5682 in orxonox.OLD for branches/world_entities/src/story_entities/world.cc
- Timestamp:
- Nov 21, 2005, 10:27:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/story_entities/world.cc
r5622 r5682 70 70 71 71 #include "cd_engine.h" 72 #include "npc.h" 73 #include "npc2.h" 72 #include "npc_test1.h" 74 73 #include "shader.h" 75 74 … … 469 468 for(int i = 0; i < 100; i++) 470 469 { 471 WorldEntity* tmp = new NPC ();470 WorldEntity* tmp = new NPCTest1(); 472 471 char npcChar[10]; 473 472 sprintf (npcChar, "NPC_%d", i);
Note: See TracChangeset
for help on using the changeset viewer.