Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 12:59:06 AM (19 years ago)
Author:
patrick
Message:

christmas: link error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/world_entities/creatures/md2_creature.cc

    r6167 r6170  
    2121
    2222#include "objModel.h"
     23#include "md2Model.h"
    2324#include "resource_manager.h"
    2425
     
    112113  PRINTF(4)("SPACESHIP INIT\n");
    113114
    114   EventHandler::getInstance()->grabEvents(true);
     115//   EventHandler::getInstance()->grabEvents(true);
    115116
    116117  bUp = bDown = bLeft = bRight = bAscend = bDescend = bRollL = bRollR = false;
     
    253254{
    254255
     256  if( likely(this->models[0] != NULL))
     257    ((MD2Model*)this->models[0])->tick(time);
     258
     259
    255260  // MD2Creature controlled movement
    256261  this->calculateVelocity(time);
Note: See TracChangeset for help on using the changeset viewer.