mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 21:27:10 +00:00
initialized some variables to silence warnings
This commit is contained in:
@@ -175,7 +175,7 @@ void dofullsa_iterations(long long saiter) {
|
||||
|
||||
// println(hlog, "before dofullsa_iterations, cost = ", double(sag::cost), " iterations = ", fts(saiter));
|
||||
|
||||
ld last_ratio;
|
||||
ld last_ratio = 0;
|
||||
|
||||
int lpct = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user