Skip to content

Commit 3db25c4

Browse files
committed
Removed Generals specific change.
The code will fail in Generals because of it until addressed.
1 parent 83fa9e0 commit 3db25c4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • Generals/Code/GameEngine/Include/Common

Generals/Code/GameEngine/Include/Common/Module.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class Object;
4545
class Player;
4646
class Thing;
4747
class W3DModelDrawModuleData; // ugh, hack (srj)
48-
class W3DTreeDrawModuleData; // ugh, hack (srj)
4948
struct FieldParse;
5049

5150
// TYPES //////////////////////////////////////////////////////////////////////////////////////////
@@ -110,8 +109,6 @@ class ModuleData : public Snapshot
110109

111110
// ugh, hack
112111
virtual const W3DModelDrawModuleData* getAsW3DModelDrawModuleData() const { return nullptr; }
113-
// ugh, hack
114-
virtual const W3DTreeDrawModuleData* getAsW3DTreeDrawModuleData() const { return nullptr; }
115112
virtual StaticGameLODLevel getMinimumRequiredGameLOD() const { return (StaticGameLODLevel)0;}
116113

117114
static void buildFieldParse(MultiIniFieldParse& p)

0 commit comments

Comments
 (0)