diff --git a/src/drivers/win/memview.cpp b/src/drivers/win/memview.cpp index 10068c3c..b700c2b6 100644 --- a/src/drivers/win/memview.cpp +++ b/src/drivers/win/memview.cpp @@ -846,7 +846,7 @@ LRESULT CALLBACK MemViewCallB(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa SCROLLINFO si; int x, y, i, j; int tempAddy; - RECT wrect; + const int MemFontWidth = debugSystem->fixedFontWidth; const int MemFontHeight = debugSystem->fixedFontHeight;