When using $INCLUDE() in a bannerfile, don't display the file being included.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@587 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2011-08-12 18:06:34 +00:00
parent 24001a23c5
commit 61e3e65647
2 changed files with 4 additions and 1 deletions

4
TODO
View File

@ -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

View 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);
}
}