From 4a252c10cca3344602ec6a608ceb0f58aebd3733 Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Thu, 7 Apr 2022 22:37:19 +0100 Subject: [PATCH] Bug fix for inblorb on releasing auxiliary files --- docs/BasicInformKit/S-gll.html | 10 ---- docs/CommandParserKit/S-prs.html | 9 +++- docs/CommandParserKit/S-tkn.html | 4 +- docs/CommandParserKit/index.html | 4 +- docs/assertions-module/2-ptmn.html | 16 ++++++- docs/assertions-module/5-rf.html | 28 +++++++++-- docs/if-module/2-tbf.html | 1 + docs/if-module/5-us.html | 27 +++++++---- docs/imperative-module/3-cb.html | 18 ++++--- docs/imperative-module/5-cii.html | 13 +++-- docs/inblorb/3-laaf.html | 5 +- inblorb/Chapter 3/Links and Auxiliary Files.w | 5 +- inform7/Figures/memory-diagnostics.txt | 4 +- inform7/Figures/timings-diagnostics.txt | 48 +++++++++---------- inform7/if-module/Chapter 2/The Blurb File.w | 1 + 15 files changed, 123 insertions(+), 70 deletions(-) diff --git a/docs/BasicInformKit/S-gll.html b/docs/BasicInformKit/S-gll.html index 677ca5bd9..5482a3e24 100644 --- a/docs/BasicInformKit/S-gll.html +++ b/docs/BasicInformKit/S-gll.html @@ -1118,16 +1118,13 @@ light to the Dark Room.") statuswin_cursize = 0; gg_foregroundchan = 0; gg_backgroundchan = 0; - #Ifdef DEBUG; gg_commandstr = 0; gg_command_reading = false; - #Endif; DEBUG Also tell the game to clear its object references. IdentifyGlkObject(0); id = glk_stream_iterate(0, gg_arguments); while (id) { - #ifdef DEBUG; switch (gg_arguments-->0) { GG_SAVESTR_ROCK: gg_savestr = id; GG_SCRIPTSTR_ROCK: gg_scriptstr = id; @@ -1137,13 +1134,6 @@ light to the Dark Room.") gg_command_reading = true; default: IdentifyGlkObject(1, 1, id, gg_arguments-->0); } - #ifnot; - switch (gg_arguments-->0) { - GG_SAVESTR_ROCK: gg_savestr = id; - GG_SCRIPTSTR_ROCK: gg_scriptstr = id; - default: IdentifyGlkObject(1, 1, id, gg_arguments-->0); - } - #endif; id = glk_stream_iterate(id, gg_arguments); } diff --git a/docs/CommandParserKit/S-prs.html b/docs/CommandParserKit/S-prs.html index 988481066..91a6aabe1 100644 --- a/docs/CommandParserKit/S-prs.html +++ b/docs/CommandParserKit/S-prs.html @@ -47,7 +47,9 @@ MathJax = {
  • inform6
  • inpolicy
  • inrtps
  • -
  • extensions and kits
  • +

    Resources

    Repository

    Related Projects

    Resources

    Repository

    Related Projects

    Resources

    Repository

    Related Projects