Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2005, 10:27:33 PM (18 years ago)
Author:
bensch
Message:

we: Base for NPC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/story_entities/world.cc

    r5622 r5682  
    7070
    7171#include "cd_engine.h"
    72 #include "npc.h"
    73 #include "npc2.h"
     72#include "npc_test1.h"
    7473#include "shader.h"
    7574
     
    469468  for(int i = 0; i < 100; i++)
    470469  {
    471     WorldEntity* tmp = new NPC();
     470    WorldEntity* tmp = new NPCTest1();
    472471    char npcChar[10];
    473472    sprintf (npcChar, "NPC_%d", i);
Note: See TracChangeset for help on using the changeset viewer.