mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed duplicate code from intface_redraw_ engine function
Minor edits to code/documents.
This commit is contained in:
Binary file not shown.
@@ -44,7 +44,7 @@ procedure start begin
|
||||
tap_key(DIK_CAPITAL);
|
||||
tap_key(DIK_A);
|
||||
tap_key(DIK_CAPITAL);
|
||||
end else if (mode == (BARTER + DIALOG)) then begin
|
||||
end else if (mode bwand BARTER) then begin
|
||||
tap_key(DIK_M);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user