- Timestamp:
- Jan 30, 2007, 6:02:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10508 r10509 1086 1086 void SpaceShip::previousWeaponConfig() 1087 1087 { 1088 /* 1088 1089 this->curWeaponPrimary = (this->curWeaponPrimary + 1) % 3; 1089 1090 this->weaponMan.changeWeaponConfig(this->curWeaponPrimary); 1091 */ 1092 this->weaponMan.previousWeaponConfig(); 1090 1093 Playable::weaponConfigChanged(); 1091 1094 }
Note: See TracChangeset
for help on using the changeset viewer.