mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz::sag:: ll fixup
This commit is contained in:
parent
fd9d58073a
commit
d39623fdd5
@ -368,7 +368,7 @@ namespace sag {
|
||||
reassign();
|
||||
}
|
||||
|
||||
void dofullsa_iterations(int saiter) {
|
||||
void dofullsa_iterations(ll saiter) {
|
||||
sagmode = sagSA;
|
||||
|
||||
decltype(SDL_GetTicks()) t1 = -999999;
|
||||
@ -1030,7 +1030,7 @@ int readArgs() {
|
||||
shift(); sag::dofullsa(argi());
|
||||
}
|
||||
else if(argis("-sagfulli")) {
|
||||
shift(); sag::dofullsa_iterations(argi());
|
||||
shift(); sag::dofullsa_iterations(argll());
|
||||
}
|
||||
else if(argis("-sagviz")) {
|
||||
sag::vizsa_start = SDL_GetTicks();
|
||||
|
Loading…
Reference in New Issue
Block a user