From c5c8d4a92880b853a47f6e0aaab6b165017a4092 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 22 Aug 2021 14:31:23 +0200 Subject: [PATCH] rulegen:: fixup to time computation --- rulegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulegen.cpp b/rulegen.cpp index da628a1d..6ee721b6 100644 --- a/rulegen.cpp +++ b/rulegen.cpp @@ -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 {