1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-26 23:42:12 +00:00

fixed some unitialized variable warnings

This commit is contained in:
Zeno Rogue
2018-09-24 00:35:22 +02:00
parent 7058ccf747
commit a8a402e6ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ void do_viewdist(cell *c, const transmatrix& V, color_t& wcol, color_t& fcol) {
}
string label = "";
int dc;
int dc = 0xFFD500;
switch(number_coding) {
case ncDistance: {