mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
fixed some unitialized variable warnings
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user