X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fclient%2Fdraw_wins.c;h=d40574dcd9a2ff936646128ced36abd61dbc602c;hb=c23778327d92816c690a8e089bbe9c5bef9705ab;hp=c21a971383e430861f61a99138fa41f944e46c3a;hpb=c25e2499bcfcdc43202f7a59ab97ce802d418a6c;p=plomrogue diff --git a/src/client/draw_wins.c b/src/client/draw_wins.c index c21a971..d40574d 100644 --- a/src/client/draw_wins.c +++ b/src/client/draw_wins.c @@ -469,7 +469,7 @@ extern void draw_win_map(struct Win * win) { // a = col_player; // } // - else if ('a' == c || 'd' == c || 'b' == c) // + else if (',' == c || 'd' == c || 'B' == c) // { // a = col_animal; // } // @@ -481,7 +481,7 @@ extern void draw_win_map(struct Win * win) { // a = col_corpse; // } // - else if ('/' == c || '-' == c) // + else if ('/' == c || ']' == c || '[' == c) // { // a = col_tool; // } // @@ -493,7 +493,7 @@ extern void draw_win_map(struct Win * win) { // a = col_altar; // } // - else if (']' == c || '*' == c) // + else if ('(' == c || '*' == c) // { // a = col_plant; // } //