Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5763 in orxonox.OLD


Ignore:
Timestamp:
Nov 24, 2005, 3:58:55 PM (18 years ago)
Author:
snellen
Message:

guided missile in classlist added

Location:
branches/guidedmissile/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/guidedmissile/src/Makefile.am

    r5750 r5763  
    6868                  world_entities/weapons/test_bullet.cc \
    6969                  world_entities/weapons/rocket.cc \
     70                  world_entities/weapons/guided_missile.cc \
    7071                  world_entities/weapons/laser.cc \
    7172                  world_entities/weapons/aim.cc \
     
    106107                 world_entities/weapons/test_bullet.h \
    107108                 world_entities/weapons/rocket.h \
     109                 world_entities/weapons/guided_missile.h \
    108110                 world_entities/weapons/laser.h \
    109111                 world_entities/weapons/aim.h \
  • branches/guidedmissile/src/defs/class_id.h

    r5750 r5763  
    143143  CL_BOMB                       =    0x00000243,
    144144  CL_GROUND_TURRET              =    0x00000244,
     145  CL_GUIDED_MISSILE             =    0x00000245,
    145146
    146147  // gamePlay (range from 0x00000500 0x000005ff)
Note: See TracChangeset for help on using the changeset viewer.