Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7002 in orxonox.OLD for trunk


Ignore:
Timestamp:
Feb 3, 2006, 2:21:54 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: forgot to commit these two :)

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r6969 r7002  
    177177  CL_MD2_CREATURE               =    0x0000030d,
    178178  CL_HOVER                      =    0x0000030e,
     179  CL_TURBINE_HOVER              =    0x0000030f,
    179180
    180181  // Powerups
  • trunk/src/world_entities/Makefile.am

    r6969 r7002  
    5656                  world_entities/space_ships/helicopter.cc \
    5757                  world_entities/space_ships/hover.cc \
     58                  world_entities/space_ships/turbine_hover.cc \
    5859                  world_entities/creatures/md2_creature.cc \
    5960                  \
     
    111112                 world_entities/space_ships/helicopter.h \
    112113                 world_entities/space_ships/hover.h \
     114                 world_entities/space_ships/turbine_hover.h \
    113115                 world_entities/creatures/md2_creature.h \
    114116                 \
Note: See TracChangeset for help on using the changeset viewer.