home · contact · privacy
Removed line that was already commented out and is no longer needed.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 11 May 2013 08:10:33 +0000 (10:10 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 11 May 2013 08:10:33 +0000 (10:10 +0200)
roguelike.c

index cd96364a9979221903bbc07ecf17f5e16fe568fd..740b9571c81af32ce22a274b778327adfb9a488d 100644 (file)
@@ -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;