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

rulegen:: fixup to time computation

This commit is contained in:
Zeno Rogue 2021-08-22 14:31:23 +02:00
parent 359227c84a
commit c5c8d4a928

View File

@ -1589,7 +1589,7 @@ void clear_all() {
EX void generate_rules() {
int t = SDL_GetTicks();
auto t = SDL_GetTicks();
delete_tmap();
if(!arb::in()) try {