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
Nobody/Anonymous ( nobody ) - 2007-12-05 07:29
5
Open
None
Nobody/Anonymous
None
None
Public