Changeset 5499 in orxonox.OLD for trunk/src/world_entities/npc2.cc
- Timestamp:
- Nov 7, 2005, 10:56:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npc2.cc
r5427 r5499 33 33 this->setClassID(CL_NPC, "NPC"); 34 34 35 this->loadModel WithScale("models/ships/bolido.obj", 3);35 this->loadModel("models/ships/bolido.obj", 3); 36 36 this->shader = NULL; 37 37 if (likely(Shader::checkShaderAbility()))
Note: See TracChangeset
for help on using the changeset viewer.