From e9f2dab61b27d2e028a850efbe3baadad28e84eb Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Jun 2001 16:45:01 +0000 Subject: [PATCH] --- source/mem/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mem/memory.cpp b/source/mem/memory.cpp index baffdaaf9..a593c1661 100644 --- a/source/mem/memory.cpp +++ b/source/mem/memory.cpp @@ -99,7 +99,7 @@ static const int s_shadeH = 102; static const CVECTOR s_shadeCol = { 0, 0, 0 }; static const int s_dumpTextX = s_shadeX+12; -static const int s_dumpTextY = s_shadeY0; +static const int s_dumpTextY = s_shadeY; static const int s_dumpX = s_shadeX; static const int s_dumpY = s_shadeY+s_shadeH+5;