Dereference pSeat and pSeatLocal to __NULL__ instead, it's not like we ever
caught an error with the previous assignment anyway.
This commit is contained in:
parent
64745eb23c
commit
e0a2f47f4d
1 changed files with 2 additions and 2 deletions
|
@ -419,8 +419,8 @@ CSQC_UpdateView(float w, float h, float focus)
|
||||||
if (autocvar_s_al_debug)
|
if (autocvar_s_al_debug)
|
||||||
EFX_DebugInfo();
|
EFX_DebugInfo();
|
||||||
|
|
||||||
pSeat = (void*)0x70000000i;
|
pSeat = __NULL__;
|
||||||
pSeatLocal = (void*)0x70000000i;
|
pSeatLocal = __NULL__;
|
||||||
|
|
||||||
Vox_Update();
|
Vox_Update();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue