Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5750 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Nov 24, 2005, 12:13:22 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the WorldEntities into the Trunk.
Merged with command:
svn merge branches/world_entities/ trunk/ -r5516:HEAD

conflics from world_entities changed in favor of branches/world_entity
all other conflict in favor of the trunk

File:
1 edited

Legend:

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

    r5634 r5750  
    135135  CL_TEST_GUN                   =    0x00000230,
    136136  CL_TURRET                     =    0x00000231,
    137 
     137  CL_AIMING_TURRET              =    0x00000232,
     138  CL_CANNON                     =    0x00000233,
    138139
    139140  CL_TEST_BULLET                =    0x00000240,
    140141  CL_ROCKET                     =    0x00000241,
    141142  CL_LASER                      =    0x00000242,
    142 
     143  CL_BOMB                       =    0x00000243,
     144  CL_GROUND_TURRET              =    0x00000244,
    143145
    144146  // gamePlay (range from 0x00000500 0x000005ff)
Note: See TracChangeset for help on using the changeset viewer.