Changeset 5266 in orxonox.OLD for trunk/src/world_entities/npc.cc
- Timestamp:
- Sep 27, 2005, 4:10:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npc.cc
r5259 r5266 30 30 this->setClassID(CL_NPC, "NPC"); 31 31 32 this->loadModelWithScale("models/ships/bolido.obj", 5);32 this->loadModelWithScale("models/ships/bolido.obj", 2); 33 33 34 34 this->randomRotAxis = VECTOR_RAND(1);
Note: See TracChangeset
for help on using the changeset viewer.