mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-19 11:44:48 +00:00
rulegen:: fixup to time computation
This commit is contained in:
parent
359227c84a
commit
c5c8d4a928
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user