Skip to content

Commit

Permalink
Removing some unused temp variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexx2k committed May 14, 2024
1 parent c7e7cfe commit e4a5b4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 1 addition & 8 deletions Fallout2/Fallout1in2/Mapper/source/scripts/02shady/RAZLO.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,10 @@ variable sleep_time;
variable home_tile;
variable sleep_tile;

variable STIM;
variable FRUIT;
variable damage;
variable tmp_hostile;
variable heal;
variable COST;
variable BONUS;
variable NIGHT;
variable round_counter;
variable dummyvar;
variable MONEY;
variable MAX_HITS;
variable HITS;
variable initial := 0;
Expand Down Expand Up @@ -134,7 +127,7 @@ procedure combat_p_proc begin
round_counter := round_counter + 1;
end
if (round_counter > 3) then begin
if not(REP_ENEMY_SHADY_SANDS) then begin//Shady Sands is NOT tmp_hostile to player; i.e. globalvar ENEMY_SHADY_SANDS is not enabled
if not(REP_ENEMY_SHADY_SANDS) then begin
set_global_var(GVAR_ENEMY_SHADY_SANDS, 1);
dec_general_rep(5);
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ procedure StartDialog;

variable tmp_hostile;
variable init_teams := 0;
variable noevent;
variable loopcount;
variable HarryThinks;

//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ procedure map_enter_p_proc begin

ranger_perk_reroll_enc(1, 2, 4, 5, 7);

enc_override;
call choose_start;

enc_override;
if (Encounter_Num == 1) then begin
call Coast01;
end
Expand Down

0 comments on commit e4a5b4a

Please sign in to comment.