Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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…

Location:
orxonox/trunk/src/util/event
Files:
2 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
  • orxonox/trunk/src/util/event/key_mapper.h

    r4400 r4401  
    5959  static int PEV_FIRE2;
    6060
     61  static int PEV_VIEW0;
    6162  static int PEV_VIEW1;
    6263  static int PEV_VIEW2;
Note: See TracChangeset for help on using the changeset viewer.