1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 05:23:00 +00:00

nilrider:: timer is now recorded with timestamp

This commit is contained in:
Zeno Rogue
2022-05-06 14:31:50 +02:00
parent 4ab376caa7
commit 19a83d2ea8
5 changed files with 19 additions and 21 deletions

View File

@@ -178,7 +178,6 @@ void level::draw_planning_screen() {
}
current = history[mint];
timer = mint * 1. / tps;
}
draw_sq(get_spline(closest_t), 0x8080FFFF, PPR::ITEM);