Menu

#18 Crash in ControlWussie::think plus fix

open
nobody
None
5
2007-12-05
2007-12-05
Anonymous
No

The game crashes on my machine in ControlWussie::think when the weapon_in_range variable is evaluated without being initialized.

The declaration of the variable:
bool weapon_in_range;
needs to be:
bool weapon_in_range = false;

-Winkrometer

Discussion


Log in to post a comment.