mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-16 11:12:07 +00:00
initialized some variables to silence warnings
This commit is contained in:
+1
-1
@@ -945,7 +945,7 @@ EX namespace clearing {
|
||||
|
||||
int steps = 0;
|
||||
|
||||
int ds;
|
||||
int ds = 0; /* set to 0 to silence warning */
|
||||
|
||||
int stepcount = 0;
|
||||
while(true) {
|
||||
|
||||
Reference in New Issue
Block a user