]> skyeroc.xyz Git - dgamelaunch/commitdiff
When using $INCLUDE() in a bannerfile, don't display the file being included.
authorPasi Kallinen <paxed@alt.org>
Fri, 12 Aug 2011 18:06:34 +0000 (18:06 +0000)
committerPasi Kallinen <paxed@alt.org>
Fri, 12 Aug 2011 18:06:34 +0000 (18:06 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@587 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

TODO
dgamelaunch.c

diff --git a/TODO b/TODO
index 9296132124cad2e089ea27e7a091de01ed732e0d..3f48f08abe17179b29276f571e6a1ff7789337a5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,8 @@
 
+-when no banner file given, try to make a banner automagically?
+ (needs some way to name the options given as keys... maybe another
+ format for the keys that includes a string to be used as the name)
+
 -document the exit (error) codes.
 
 -cursor keys are not restored after watching a game of
index d2ff8d01ed4762c7c27487cc77549b13544e046c..d2c3858663b068079194e839a3413b52b37cd582 100644 (file)
@@ -455,7 +455,6 @@ loadbanner (char *fname, struct dg_banner *ban)
          if (fn_end) {
              *fn_end = '\0';
              if (strcmp(fname, fn)) {
-                 banner_addline(ban, fn);
                  loadbanner(fn, ban);
              }
          }