From 422d9bfebdabfdbe89080b22394b0ecdfddb38b6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 31 Oct 2020 12:32:20 +0100 Subject: [PATCH] - text update. --- source/games/whaven/src/whtag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/whaven/src/whtag.cpp b/source/games/whaven/src/whtag.cpp index 8c9978a34..d1e3c2ff2 100644 --- a/source/games/whaven/src/whtag.cpp +++ b/source/games/whaven/src/whtag.cpp @@ -658,7 +658,7 @@ void operatesector(PLAYER& plr, int s) { // IVORY KEY if (datag >= 2000 && datag <= 2999) { - Printf("WHTAG.java: 683 check this place keychecking"); //XXX + //Printf("WHTAG.java: 683 check this place keychecking"); //XXX doorkey = (sector[s].lotag - 2000) / 100; doorantic = (sector[s].lotag - (2000 + (doorkey * 100))) / 10; doortype = sector[s].lotag - (2000 + (doorkey * 100) + (doorantic * 10));