Changeset 5427 in orxonox.OLD for trunk/src/world_entities/npc.cc
- Timestamp:
- Oct 24, 2005, 6:06:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npc.cc
r5357 r5427 23 23 #include "state.h" 24 24 #include "list.h" 25 #include "stdlibincl.h" 25 26 26 27 using namespace std; … … 33 34 this->loadModelWithScale("models/ships/bolido.obj", 2); 34 35 35 this->randomRotAxis = VECTOR_RAND(1);36 this->randomRotAxis = VECTOR_RAND(1); 36 37 } 37 38
Note: See TracChangeset
for help on using the changeset viewer.