diff options
-rw-r--r-- | script_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp index ceb35f3e6a..db393f34fe 100644 --- a/script_v1.cpp +++ b/script_v1.cpp @@ -1455,7 +1455,7 @@ void Scumm::o5_ifClassOfIs() if (cls) b = getClass(act, cls); else - error("FIXME! Ender forgot why he added this."); + error("FIXME! Ender forgot why he added this. Please report this as a bug code %d", cls); if (cls & 0x80 && !b || !(cls & 0x80) && b) cond = false; |