diff --git a/d2x-rebirth/main/kconfig.c b/d2x-rebirth/main/kconfig.c index 93abf9540..b01c3d19d 100644 --- a/d2x-rebirth/main/kconfig.c +++ b/d2x-rebirth/main/kconfig.c @@ -57,15 +57,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include "ogl_init.h" #endif -vms_vector ExtForceVec; -vms_matrix ExtApplyForceMatrix; - -int ExtJoltInfo[3]={0,0,0}; -int ExtXVibrateInfo[2]={0,0}; -int ExtYVibrateInfo[2]={0,0}; -ubyte ExtXVibrateClear=0; -ubyte ExtYVibrateClear=0; - #define TABLE_CREATION 1 // Array used to 'blink' the cursor while waiting for a keypress. @@ -1159,11 +1150,6 @@ void kconfig(int n, const char * title) } } -fix Last_angles_p = 0; -fix Last_angles_b = 0; -fix Last_angles_h = 0; -ubyte Last_angles_read = 0; - void kconfig_read_controls(d_event *event, int automap_flag) { int i = 0, j = 0, speed_factor = cheats.turbo?2:1;