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
Log in to post a comment.