File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ extern float But[10];
391391
392392void ConfControlMenu (float ContentTransp , float * ButtonTransp1 , float * LastButtonUpdateTime1 );
393393const char * MouseCodeName (char Num );
394- const char * JoystickCodeName (char Num );
394+ const char * JoystickCodeName (int Num );
395395void CheckMouseKeybJState ();
396396
397397
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const char * MouseCodeName(char Num)
8585
8686
8787char JoystickCodeNameText[12 ];/* "JoystickXXX"*/
88- const char * JoystickCodeName (char Num)
88+ const char * JoystickCodeName (int Num)
8989{
9090 // кнопки еще нет
9191 if (Num == -1 ) return " ?" ;
Original file line number Diff line number Diff line change 2929#define CONFIG_H
3030
3131#define GAME_VERSION "1.3.2 svn"
32- #define GAME_BUILD 130610
32+ #define GAME_BUILD 130619
3333
3434
3535// VBO OpenGL extention support switcher (if defined - game will detect and use VBO) Game could crash
You can’t perform that action at this time.
0 commit comments