diff options
Diffstat (limited to 'games/inform/files')
-rw-r--r-- | games/inform/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/inform/files/patch-ab b/games/inform/files/patch-ab index 864a82e13aee..c071f7d09251 100644 --- a/games/inform/files/patch-ab +++ b/games/inform/files/patch-ab @@ -21,10 +21,10 @@ - print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\ - switch(y) { 1: print a; 2: print a,\",\",b; 3: print a,\",\",b,\",\",c;\ + if (n==1) {\ -+ #ifdef DEBUG;n=debug_flag & 1; ++ #ifdef DEBUG;n=debug_flag & 1;\ +debug_flag=debug_flag-n;#endif;\ + print \"[ ~\", (name) obj, \"~.\", (property) id, \"(\";\ -+ switch(y) { 1: print a; 2: print a,\",\",b; 3: print ++ switch(y) { 1: print a; 2: print a,\",\",b; 3: print \ +a,\",\",b,\",\",c;\ 4: print a,\",\",b,\",\",c,\",\",d;\ 5: print a,\",\",b,\",\",c,\",\",d,\",\",e;\ |