Changeset 8890 in orxonox.OLD for branches/single_player_map/src/world_entities/weapons
- Timestamp:
- Jun 28, 2006, 11:47:35 PM (19 years ago)
- Location:
- branches/single_player_map/src/world_entities/weapons
- Files:
-
- 2 edited
-
fps_sniper_rifle.cc (modified) (1 diff)
-
fps_sniper_rifle.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/weapons/fps_sniper_rifle.cc
r8871 r8890 76 76 // this->model = (Model*)ResourceManager::getInstance()->load("models/guns/test_gun.obj", OBJ, RP_CAMPAIGN); 77 77 78 this->loadModel("models/guns/ test_gun.obj");78 this->loadModel("models/guns/fps_sniper_rifle.obj"); 79 79 80 80 this->setStateDuration(WS_SHOOTING, .1); -
branches/single_player_map/src/world_entities/weapons/fps_sniper_rifle.h
r8870 r8890 21 21 22 22 23 #ifndef _ TEST_GUN_H24 #define _ TEST_GUN_H23 #ifndef _FPS_SNIPER_RIFLE_H 24 #define _FPS_SNIPER_RIFLE_H 25 25 26 26 #include "weapon.h" … … 55 55 56 56 }; 57 #endif /* _ TEST_GUN_H */57 #endif /* _FPS_SNIPER_RIFLE_H */
Note: See TracChangeset
for help on using the changeset viewer.










