1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-01 14:32:59 +00:00

nilrider:: to instruments, add display triangles, goals, and reversals

This commit is contained in:
Zeno Rogue
2022-05-05 22:36:30 +02:00
parent 117e2cb6f4
commit 166ae943ea
4 changed files with 53 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ void run() {
}
}
}
curlev->current.draw_instruments(timer);
curlev->current.draw_instruments(curlev, timer);
if(paused && !planning_mode) {
displayButton(current_display->xcenter, current_display->ycenter, mousing ? XLAT("paused -- click to unpause") : XLAT("paused -- press p to continue"), 'p', 8);