Changeset 5965 in orxonox.OLD for branches/powerups/src/defs
- Timestamp:
- Dec 7, 2005, 3:45:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/defs/class_id.h
r5955 r5965 88 88 CL_WEAPON = 0x00210000, 89 89 CL_POWER_UP = 0x00220000, 90 CL_EXTENDABLE = 0x00 140000,90 CL_EXTENDABLE = 0x00240000, 91 91 // SUPER-Modeling 92 92 CL_TEXTURE = 0x00c01000, … … 149 149 CL_TURRET_POWER_UP = 0x00000211, 150 150 CL_LASER_POWER_UP = 0x00000212, 151 CL_WEAPON_POWER_UP = 0x00000213, 152 CL_SHIELD_POWER_UP = 0x00000214, 151 153 152 154 CL_TEST_GUN = 0x00000230,
Note: See TracChangeset
for help on using the changeset viewer.