X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=roguelike.c;h=740b9571c81af32ce22a274b778327adfb9a488d;hb=3eb21ebb5bf34437530c06f17122e5570c8d2856;hp=cd96364a9979221903bbc07ecf17f5e16fe568fd;hpb=a09638673d6c79fcf430299c63aab915e2ca19ba;p=plomrogue diff --git a/roguelike.c b/roguelike.c index cd96364..740b957 100644 --- a/roguelike.c +++ b/roguelike.c @@ -146,7 +146,6 @@ void update_info (struct World * world) { // Update info data by incrementing turn value. world->turn++; } -//void update_log (struct Win * win, char * text) { void update_log (struct World * world, char * text) { // Update log with new text to be appended. char * new_text;