1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 06:27:17 +00:00

fixed set_time not known

This commit is contained in:
Zeno Rogue 2024-10-10 22:24:01 +02:00
parent f8f4770c60
commit e7105886af

View File

@ -383,6 +383,8 @@ void snap_to_center() {
}; };
} }
void set_time(ld t);
void show() { void show() {
/* might not be changed automatically */ /* might not be changed automatically */
if(vid.fixed_yz) spinEdge_full(); if(vid.fixed_yz) spinEdge_full();