From e702d46d2e0b5a3d264b21a869532a4832571863 Mon Sep 17 00:00:00 2001 From: Kirides Date: Fri, 12 Feb 2021 11:05:13 +0100 Subject: [PATCH] Fix Building G1 --- D3D11Engine/GothicMemoryLocations1_08k.h | 5 ++++- D3D11Engine/zViewTypes.h | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/D3D11Engine/GothicMemoryLocations1_08k.h b/D3D11Engine/GothicMemoryLocations1_08k.h index 437b8eda..43b69f4b 100644 --- a/D3D11Engine/GothicMemoryLocations1_08k.h +++ b/D3D11Engine/GothicMemoryLocations1_08k.h @@ -355,6 +355,9 @@ struct GothicMemoryLocations { static const unsigned int REPL_SetMode_ModechangeStart = 0x007021A9; static const unsigned int REPL_SetMode_ModechangeEnd = 0x0007021B8; static const unsigned int PrintTimed = 0x006FE1A0; + + static const unsigned int PrintChars = 0x006fff80; + static const unsigned int CreateText = 0x007006e0; }; struct zCVobLight { @@ -427,4 +430,4 @@ struct GothicMemoryLocations { protected: VobTypes() {} }; -}; \ No newline at end of file +}; diff --git a/D3D11Engine/zViewTypes.h b/D3D11Engine/zViewTypes.h index cb9a424b..5d1b289a 100644 --- a/D3D11Engine/zViewTypes.h +++ b/D3D11Engine/zViewTypes.h @@ -9,7 +9,6 @@ class zFont; struct zColor; class _zCView; -#ifdef BUILD_GOTHIC_2_6_fix class zCViewFont { public: @@ -227,6 +226,3 @@ class zCMenuItemText : public zCMenuItem { int m_numLines; int m_unformated; }; - - -#endif \ No newline at end of file