Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

#define GENERALS_ONLINE_DISABLE_TEXTURE_FILTERING_AND_AA 1

#define GENERALS_ONLINE_TEMP_FIX_DRAW_ENTIRE_TERRAIN 1

#define GENERALS_ONLINE_LOBBY_MAX_PASSWORD_LENGTH 16

#if defined(_DEBUG)
Expand Down
2 changes: 0 additions & 2 deletions GeneralsMD/Code/GameEngine/Source/Common/GlobalData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ GlobalData* GlobalData::m_theOriginal = nullptr;
{ "StretchTerrain", INI::parseBool, nullptr, offsetof( GlobalData, m_stretchTerrain ) },
{ "UseHalfHeightMap", INI::parseBool, nullptr, offsetof( GlobalData, m_useHalfHeightMap ) },

#if !defined(GENERALS_ONLINE_TEMP_FIX_DRAW_ENTIRE_TERRAIN)
{ "DrawEntireTerrain", INI::parseBool, nullptr, offsetof( GlobalData, m_drawEntireTerrain ) },
#endif
{ "TerrainLOD", INI::parseIndexList, TerrainLODNames, offsetof( GlobalData, m_terrainLOD ) },
{ "TerrainLODTargetTimeMS", INI::parseInt, nullptr, offsetof( GlobalData, m_terrainLODTargetTimeMS ) },
{ "RightMouseAlwaysScrolls", INI::parseBool, nullptr, offsetof( GlobalData, m_rightMouseAlwaysScrolls ) },
Expand Down
Loading