Skip to content

Commit

Permalink
Fix Building G1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirides committed Feb 12, 2021
1 parent 309b90e commit e702d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion D3D11Engine/GothicMemoryLocations1_08k.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -427,4 +430,4 @@ struct GothicMemoryLocations {
protected:
VobTypes() {}
};
};
};
4 changes: 0 additions & 4 deletions D3D11Engine/zViewTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class zFont;
struct zColor;
class _zCView;

#ifdef BUILD_GOTHIC_2_6_fix

class zCViewFont {
public:
Expand Down Expand Up @@ -227,6 +226,3 @@ class zCMenuItemText : public zCMenuItem {
int m_numLines;
int m_unformated;
};


#endif

0 comments on commit e702d46

Please sign in to comment.