Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2005, 11:37:06 PM (18 years ago)
Author:
patrick
Message:

christmas: md2 model loading issues

File:
1 edited

Legend:

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

    r6166 r6167  
    3636using namespace std;
    3737
    38 CREATE_FACTORY(MD2Creature, CL_SPACE_SHIP);
     38CREATE_FACTORY(MD2Creature, CL_MD2_CREATURE);
    3939
    4040/**
     
    141141  this->registerEvent(KeyMapper::PEV_NEXT_WEAPON);
    142142  this->registerEvent(KeyMapper::PEV_PREVIOUS_WEAPON);
    143   this->registerEvent(SDLK_PAGEUP);
    144   this->registerEvent(SDLK_PAGEDOWN);
    145143  this->registerEvent(EV_MOUSE_MOTION);
    146144
Note: See TracChangeset for help on using the changeset viewer.