1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +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();
}
void dofullsa_iterations(ll saiter) {
void dofullsa_iterations(long long saiter) {
sagmode = sagSA;
decltype(SDL_GetTicks()) t1 = -999999;