1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-02 06:53:00 +00:00

made some things faster

This commit is contained in:
Zeno Rogue
2022-05-06 21:07:57 +02:00
parent 381523515e
commit 6d8ce6db68
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ bool turn(int delta) {
if(!b) {
curlev->history.pop_back();
fail = true;
break;
}
}