Closed SamVanheer closed 2 years ago
The function V_CalcBob doesn't initialize its static local variables, which can cause invalid data to be calculated. In debug builds it will also cause runtime checks to break into the debugger when it detects use of uninitialized variables.
V_CalcBob
The function
V_CalcBob
doesn't initialize its static local variables, which can cause invalid data to be calculated. In debug builds it will also cause runtime checks to break into the debugger when it detects use of uninitialized variables.