[Tuxracer-checkins] CVS: tuxracer/src race_select.c,1.13,1.14
Status: Beta
Brought to you by:
jfpatry
From: Jasmin P. <jf...@us...> - 2000-10-02 04:24:22
|
Update of /cvsroot/tuxracer/tuxracer/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv15301 Modified Files: race_select.c Log Message: Removed "cheat" key. Index: race_select.c =================================================================== RCS file: /cvsroot/tuxracer/tuxracer/src/race_select.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** race_select.c 2000/10/01 19:55:39 1.13 --- race_select.c 2000/10/02 04:24:19 1.14 *************** *** 1178,1191 **** } - START_KEYBOARD_CB( win_race_key_cb ) - { - if ( g_game.practicing ) return; - if ( cup_complete ) return; - - update_for_won_race(); - update_button_enabled_states(); - } - END_KEYBOARD_CB - /*---------------------------------------------------------------------------*/ --- 1178,1181 ---- *************** *** 1304,1310 **** int status = 0; - status |= - add_keymap_entry( RACE_SELECT, - FIXED_KEY, "z", NULL, win_race_key_cb ); status |= add_keymap_entry( RACE_SELECT, --- 1294,1297 ---- |