Skip to content

Commit

Permalink
Switched to SPS_Continue so it still behaves the same way
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenadair committed Oct 31, 2011
1 parent 96e5589 commit c570829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sps.simba
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type

// SPS Global variables
var
SPS_Loaded, SPS_Debug, SPS_Terminate: boolean;
SPS_Loaded, SPS_Debug, SPS_Continue: boolean;
SPS_Areas: TStringArray;
SPS_Surface: TSPSSurface;
SPS_Worldmap: T4DIntegerArray;
Expand Down Expand Up @@ -96,7 +96,7 @@ begin
bmp.free;
except
Writeln('[ERROR] GATHERMINIMAP:: '+ExceptionToString(ExceptionType, ExceptionParam));
if (SPS_Terminate) then
if (not SPS_Continue) then
begin
ShowMessage('SPS: Access Violation ' + #10+#13+#10+#13+
'Please run Simba as an administrator by right clicking and ' + #10+#13+
Expand Down

0 comments on commit c570829

Please sign in to comment.