Share

Star Control: TimeWarp

Tracker: Bugs

5 Crash in ControlWussie::think plus fix - ID: 1844681
Last Update: Tracker Item Submitted ( nobody )

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


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.