Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4401 in orxonox.OLD for orxonox/trunk/src/util/event/key_mapper.cc


Ignore:
Timestamp:
May 30, 2005, 5:58:52 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed a compile error, sorry for the last commit without message…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/event/key_mapper.cc

    r4400 r4401  
    3838int KeyMapper::PEV_FIRE2 = -1;
    3939
     40int KeyMapper::PEV_VIEW0 = -1;
    4041int KeyMapper::PEV_VIEW1 = -1;
    4142int KeyMapper::PEV_VIEW2 = -1;
     
    5051                        {&KeyMapper::PEV_RIGHT, "Right"},
    5152                        {&KeyMapper::PEV_STRAFE_LEFT, "StrafeLeft"},
    52                         {&KeyMapper::PEV_STRAFE_RIGTH, "StrafeRight"},
     53                        {&KeyMapper::PEV_STRAFE_RIGHT, "StrafeRight"},
    5354                       
    5455                        {&KeyMapper::PEV_FIRE1, "Fire"},
     
    6162                        {&KeyMapper::PEV_VIEW3, "view3"},
    6263                        {&KeyMapper::PEV_VIEW4, "view4"},
    63                         {&KeyMapper::PEV_VIEW5, "view5"} 
     64                        {&KeyMapper::PEV_VIEW5, "view5"},                       
    6465                        {NULL, NULL}};
    6566
Note: See TracChangeset for help on using the changeset viewer.