Skip to content

Commit

Permalink
Fix for Mantis bug 2046
Browse files Browse the repository at this point in the history
  • Loading branch information
ganelson committed Apr 7, 2022
1 parent 39a7ca6 commit d96c960
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions inform7/Internal/Inter/BasicInformKit/Sections/Glulx.i6t
Expand Up @@ -1053,16 +1053,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;
Expand All @@ -1072,13 +1069,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);
}

Expand Down

0 comments on commit d96c960

Please sign in to comment.