Changeset 4864 in orxonox.OLD for orxonox/trunk/src/lib/event
- Timestamp:
- Jul 14, 2005, 3:40:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/event/key_mapper.cc
r4836 r4864 21 21 #include "key_mapper.h" 22 22 23 #include "globals.h" 23 24 #include "ini_parser.h" 24 25 #include "key_names.h" … … 70 71 {&KeyMapper::PEV_FIRE1, "Fire1"}, 71 72 {&KeyMapper::PEV_FIRE2, "Fire2"}, 72 {&KeyMapper::PEV_NEXT_WEAPON, "Next"},73 {&KeyMapper::PEV_PREVIOUS_WEAPON, "Prev"},73 {&KeyMapper::PEV_NEXT_WEAPON, CONFIG_NAME_PLAYER_NEXT_WEAPON}, 74 {&KeyMapper::PEV_PREVIOUS_WEAPON, CONFIG_NAME_PLAYER_PREV_WEAPON}, 74 75 75 76
Note: See TracChangeset
for help on using the changeset viewer.