diff rogue3/main.c @ 16:a731f515575e

rogue3: add the option of logging all games to a text file
author edwarj4
date Tue, 10 Nov 2009 22:38:46 +0000
parents 949d558c2162
children d67cac79f0f1
line wrap: on
line diff
--- a/rogue3/main.c	Sat Oct 31 15:18:51 2009 +0000
+++ b/rogue3/main.c	Tue Nov 10 22:38:46 2009 +0000
@@ -23,6 +23,7 @@
 WINDOW *hw;                              /* Used for the help command */
 WINDOW *mw;                              /* Used to store mosnters */
 FILE   *scoreboard = NULL;
+FILE   *logf = NULL;
 
 main(argc, argv, envp)
 char **argv;