Import v6.12.6 of the Inform 6 standard library
[informlib.git] / verblib.h
index ff27fab0464743e898503fd7e845ca204e2f8fcc..1f1b30411ad729b367b6f45b140a0973fe9d83ce 100644 (file)
--- a/verblib.h
+++ b/verblib.h
@@ -1,9 +1,9 @@
 ! ==============================================================================
 !   VERBLIB:  Front end to standard verbs library.
 !
-!   Supplied for use with Inform 6 -- Release 6.12.5 -- Serial number 210605
+!   Supplied for use with Inform 6 -- Release 6.12.6 -- Serial number 220219
 !
-!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2021
+!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2022
 !
 !   This file is free software: you can redistribute it and/or modify
 !   it under the terms of the GNU Affero General Public License as
@@ -17,7 +17,7 @@
 !
 !   You should have received a copy of the GNU Affero General Public
 !   License along with this program. If not, see
-!   https://gnu.org/licenses/.
+!   https://gnu.org/licenses/
 !
 !   In your game file, Include three library files in this order:
 !       Include "parser";
@@ -2587,7 +2587,7 @@ Constant ID_BIT        $2000;       ! Print object id after each entry
     if (noun has open)       return L__M(##Open, 3, noun);
     give noun open;
 
-    if (keep_silent || AfterRoutines()) return;
+    if (AfterRoutines() || keep_silent) return;
 
     if (noun hasnt container)
        return L__M(##Open, 5, noun);