Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5427 in orxonox.OLD for trunk/src/world_entities/npc.cc


Ignore:
Timestamp:
Oct 24, 2005, 6:06:06 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor include stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npc.cc

    r5357 r5427  
    2323#include "state.h"
    2424#include "list.h"
     25#include "stdlibincl.h"
    2526
    2627using namespace std;
     
    3334  this->loadModelWithScale("models/ships/bolido.obj", 2);
    3435
    35   this->randomRotAxis = VECTOR_RAND(1);
     36  this->randomRotAxis =  VECTOR_RAND(1);
    3637}
    3738
Note: See TracChangeset for help on using the changeset viewer.