Changeset 5750 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Nov 24, 2005, 12:13:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5671 r5750 70 70 71 71 #include "cd_engine.h" 72 #include "npc.h" 73 #include "npc2.h" 72 #include "npcs/npc_test1.h" 74 73 #include "shader.h" 75 74 … … 81 80 82 81 //! This creates a Factory to fabricate a World 83 CREATE_FACTORY(World );82 CREATE_FACTORY(World, CL_WORLD); 84 83 85 84 World::World(const TiXmlElement* root) … … 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.