mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 20:57:10 +00:00
devmods:: added break_autoplay to autoplay
This commit is contained in:
@@ -389,7 +389,7 @@ void autoplay(int num_moves = 1000000000) {
|
||||
noteUnusualSituations();
|
||||
stopIfBug();
|
||||
|
||||
if(turncount >= num_moves) return;
|
||||
if(turncount >= num_moves || break_autoplay) return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user