X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=dungeon.c;h=6c6fcfdf1e9639116c52fce8f3a78a28a64af24a;hb=2755eed5a2a2d161e6c369109b410ecbd7f57f16;hp=00cccd2c9bfa91a527e4dca612b57134c8ab0b85;hpb=e9e747cffb273e85f4a42465813e1dca2b220e51;p=open-adventure.git diff --git a/dungeon.c b/dungeon.c index 00cccd2..6c6fcfd 100644 --- a/dungeon.c +++ b/dungeon.c @@ -71,23 +71,6 @@ * * Other sections are obsolete and ignored */ -/* The various messages (sections 1, 2, 5, 6, etc.) may include certain - * special character sequences to denote that the program must provide - * parameters to insert into a message when the message is printed. These - * sequences are: - * %S = The letter 'S' or nothing (if a given value is exactly 1) - * %W = A word (up to 10 characters) - * %L = A word mapped to lower-case letters - * %U = A word mapped to upper-case letters - * %C = A word mapped to lower-case, first letter capitalised - * %T = Several words of text, ending with a word of -1 - * %1 = A 1-digit number - * %2 = A 2-digit number - * ... - * %9 = A 9-digit number - * %B = Variable number of blanks - * %! = The entire message should be suppressed */ - #define LINESIZE 100 #define CLSMAX 12 #define LINSIZ 12600