Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8842 in orxonox.OLD for branches/multi_player_map/src/util


Ignore:
Timestamp:
Jun 28, 2006, 11:11:55 AM (18 years ago)
Author:
patrick
Message:

mulitplayer distances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/util/multiplayer_team_deathmatch.cc

    r8838 r8842  
    8181
    8282  subscribeEvent( ES_GAME, SDLK_o );
    83   subscribeEvent( ES_GAME, SDLK_TAB );
     83  subscribeEvent( ES_GAME, SDLK_t );
    8484  subscribeEvent( ES_GAME, SDLK_F1 );
    8585  subscribeEvent( ES_MENU, SDLK_F1 );
     
    102102{
    103103  unsubscribeEvent( ES_GAME, SDLK_o );
    104   unsubscribeEvent( ES_GAME, SDLK_TAB );
     104  unsubscribeEvent( ES_GAME, SDLK_t );
    105105  unsubscribeEvent( ES_GAME, SDLK_F1 );
    106106  unsubscribeEvent( ES_MENU, SDLK_F1 );
     
    558558    }
    559559  }
    560   else if ( event.type == SDLK_TAB )
     560  else if ( event.type == SDLK_t )
    561561  {
    562562    if ( !event.bPressed )
Note: See TracChangeset for help on using the changeset viewer.