1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 07:03:19 +00:00

fixup to long long

This commit is contained in:
Zeno Rogue 2022-10-23 15:53:51 +02:00
parent a1695a82d0
commit fa7145586f

View File

@ -413,7 +413,7 @@ namespace sag {
reassign(); reassign();
} }
void dofullsa_iterations(ll saiter) { void dofullsa_iterations(long long saiter) {
sagmode = sagSA; sagmode = sagSA;
decltype(SDL_GetTicks()) t1 = -999999; decltype(SDL_GetTicks()) t1 = -999999;