Skip to content
Snippets Groups Projects
Commit 4e076a23 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix inifinite loop when there's no auctions

parent f70687b6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -342,11 +342,13 @@ ...@@ -342,11 +342,13 @@
@#VIEWLIST @#VIEWLIST
@do `p20 is 0 @do `p20 is 0
@do `p41 is 0
@label FINDNEXT2 @label FINDNEXT2
@do `p20 + 1 @do `p20 + 1
@do `s08 is `p20.auc @do `s08 is `p20.auc
@if `s08 exists true then do @if `s08 exists true then do
@begin @begin
@do `p41 + 1
@do move 1 1 @do move 1 1
@clear screen @clear screen
@readfile `s08 @readfile `s08
...@@ -482,6 +484,8 @@ ...@@ -482,6 +484,8 @@
@end @end
@end @end
@if `p20 > 50 then `p20 is 0 @if `p20 > 50 then `p20 is 0
@if `p41 is 0 then goto start
`p41 is 0
@do goto FINDNEXT2 @do goto FINDNEXT2
@#DONEAUC @#DONEAUC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment