Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5456 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Oct 30, 2005, 12:54:23 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added Lasers and Rockets Class as TestBullet is not the best Name

File:
1 edited

Legend:

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

    r5445 r5456  
    128128  CL_SKYSPHERE                  =    0x00000206,
    129129  CL_TERRAIN                    =    0x00000207,
    130   CL_TEST_BULLET                =    0x00000208,
    131130  CL_TEST_ENTITY                =    0x00000209,
    132   CL_TEST_GUN                   =    0x0000020a,
    133   CL_TURRET                     =    0x0000020b,
    134 
    135   CL_TURRET_POWER_UP            =    0x0000020b,
     131
     132  CL_TURRET_POWER_UP            =    0x00000211,
     133
     134  CL_TEST_GUN                   =    0x00000230,
     135  CL_TURRET                     =    0x00000231,
     136
     137
     138  CL_TEST_BULLET                =    0x00000240,
     139  CL_ROCKET                     =    0x00000241,
     140  CL_LASER                      =    0x00000242,
    136141
    137142
Note: See TracChangeset for help on using the changeset viewer.