Changeset 5435 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Oct 25, 2005, 5:31:54 PM (19 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon_manager.cc
r5208 r5435 152 152 * this is used, to identify to which ship/man/whatever this WeaponManager is connected. 153 153 * also all the Slots will be subconnected to this parent. 154 * 155 * The reason this function exists is that the WeaponManager is neither a WorldEntity nor 156 * a PNode. 154 157 */ 155 158 void WeaponManager::setParent(PNode* parent) -
trunk/src/world_entities/weapons/weapon_manager.h
r4972 r5435 20 20 21 21 22 #define WM_MAX_SLOTS 8//!< How many slots the WeaponManager has at its max22 #define WM_MAX_SLOTS 10 //!< How many slots the WeaponManager has at its max 23 23 #define WM_MAX_CONFIGS 4 //!< The maximum number of predefined Configurations 24 24 #define WM_MAX_LOADED_WEAPONS 20 //!< The
Note: See TracChangeset
for help on using the changeset viewer.