mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 04:13:03 +00:00
initialized some variables to silence warnings
This commit is contained in:
@@ -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