Changeset 6378 for code/branches/presentation2/src/modules
- Timestamp:
- Dec 18, 2009, 12:48:19 PM (15 years ago)
- Location:
- code/branches/presentation2/src/modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc
r6293 r6378 273 273 void HUDNavigation::sizeChanged() 274 274 { 275 // use size to compensate for a pspect ratio if enabled.275 // use size to compensate for aspect ratio if enabled. 276 276 float xScale = this->getActualSize().x; 277 277 float yScale = this->getActualSize().y; -
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
r6315 r6378 29 29 #include "Rocket.h" 30 30 31 #include <BulletDynamics/Dynamics/btRigidBody.h> 32 33 #include "core/CoreIncludes.h" 31 34 #include "core/XMLPort.h" 32 #include " BulletDynamics/Dynamics/btRigidBody.h"35 #include "worldentities/CameraPosition.h" 33 36 #include "worldentities/pawns/Pawn.h" 34 37 #include "graphics/ParticleSpawner.h" … … 37 40 #include "infos/PlayerInfo.h" 38 41 #include "controllers/Controller.h" 39 #include "worldentities/CameraPosition.h"40 41 42 #include "sound/WorldSound.h" 42 43 -
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h
r6285 r6378 31 31 32 32 #include "weapons/WeaponsPrereqs.h" 33 34 #include "tools/Timer.h" 33 35 #include "worldentities/ControllableEntity.h" 34 36
Note: See TracChangeset
for help on using the changeset viewer.