mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-24 09:24:49 +00:00
fixup to long long
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user