From 9ce8d5156ce891187aeb9fb2c7b345f75c066adf Mon Sep 17 00:00:00 2001 From: sirlemonhead Date: Sat, 23 Nov 2019 17:26:10 +0000 Subject: [PATCH] Fix missing text under laughing skull. --- source/exhumed/src/exhumed.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index 299c482df..2dd1fe815 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -3335,13 +3335,13 @@ void DoTitle() int nStringWidth = MyGetStringWidth(a); - int y = ydim - 24; - myprintext((xdim / 2 - nStringWidth / 2), y, a, 0); + int y = 200 - 24; + myprintext((320 / 2 - nStringWidth / 2), y, a, 0); nStringWidth = MyGetStringWidth(b); - y = ydim - 16; - myprintext((xdim / 2 - nStringWidth / 2), y, b, 0); + y = 200 - 16; + myprintext((320 / 2 - nStringWidth / 2), y, b, 0); if ((int)totalclock > var_18) {