mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +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() {
|
EX void generate_rules() {
|
||||||
|
|
||||||
int t = SDL_GetTicks();
|
auto t = SDL_GetTicks();
|
||||||
delete_tmap();
|
delete_tmap();
|
||||||
|
|
||||||
if(!arb::in()) try {
|
if(!arb::in()) try {
|
||||||
|
Loading…
Reference in New Issue
Block a user