home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a096386
)
Removed line that was already commented out and is no longer needed.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 11 May 2013 08:10:33 +0000
(10:10 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 11 May 2013 08:10:33 +0000
(10:10 +0200)
roguelike.c
patch
|
blob
|
history
diff --git
a/roguelike.c
b/roguelike.c
index cd96364a9979221903bbc07ecf17f5e16fe568fd..740b9571c81af32ce22a274b778327adfb9a488d 100644
(file)
--- 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;