Changeset 4927 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/weapon.cc
- Timestamp:
- Jul 21, 2005, 5:33:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon.cc
r4926 r4927 86 86 this->minCharge = 1.0; 87 87 this->maxCharge = 1.0; 88 88 89 this->energyLoaded = .0; 89 90 this->energyLoadedMax = 10.0; … … 248 249 } 249 250 250 251 251 /** 252 252 * checks and activates the Weapon. … … 268 268 } 269 269 270 271 270 /** 272 271 * checks and deactivates the Weapon … … 308 307 this->requestAction(WA_RELOAD); 309 308 } 310 311 309 } 312 310 … … 370 368 } 371 369 372 373 370 /** 374 371 * enters the requested State, plays back animations updates the timing. … … 386 383 387 384 385 386 /////////////////// 387 // WORLD-ENTITY // 388 // FUNCTIONALITY // 389 /////////////////// 388 390 /** 389 391 * tick signal for time dependent/driven stuff
Note: See TracChangeset
for help on using the changeset viewer.