]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tail.c
MOUSE WORKS NOW! i should continue on the other stuff in p16 such as showmemory funct...
[16.git] / src / lib / 16_tail.c
index 83e20b852476c63d233a5558017bb47f81b4a9f0..c8e1ee81632d245ec51501e8d9058dbce9241de3 100755 (executable)
@@ -171,7 +171,6 @@ void ReadConfig(void)
 \r
                read(file,&mouseenabled,sizeof(mouseenabled));\r
                read(file,&joystickenabled,sizeof(joystickenabled));\r
-               read(file,&joypadenabled,sizeof(joypadenabled));\r
                read(file,&joystickprogressive,sizeof(joystickprogressive));\r
                read(file,&joystickport,sizeof(joystickport));\r
 \r
@@ -230,7 +229,6 @@ void ReadConfig(void)
                        mouseenabled = true;\r
 \r
                joystickenabled = false;\r
-               joypadenabled = false;\r
                joystickport = 0;\r
                joystickprogressive = false;\r
 \r
@@ -269,7 +267,6 @@ void WriteConfig(void)
 \r
                write(file,&mouseenabled,sizeof(mouseenabled));\r
                write(file,&joystickenabled,sizeof(joystickenabled));\r
-               write(file,&joypadenabled,sizeof(joypadenabled));\r
                write(file,&joystickprogressive,sizeof(joystickprogressive));\r
                write(file,&joystickport,sizeof(joystickport));\r
 \r
@@ -646,10 +643,6 @@ void Quit (global_game_variables_t *gvar, char *error)
 \r
 //===========================================================================\r
 \r
-//#ifndef __WATCOMC__\r
-//char global_temp_status_text[512];\r
-//char global_temp_status_text2[512];\r
-//#else\r
 #ifdef __WATCOMC__\r
 //\r
 // for mary4 (XT)\r