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:
parent
24001a23c5
commit
61e3e65647
4
TODO
4
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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue