Skip to content

Commit ae4c0b4

Browse files
committed
Remove orphaned #endif in Generals Scripts.cpp
1 parent 77fc139 commit ae4c0b4

File tree

1 file changed

+0
-3
lines changed
  • Generals/Code/GameEngine/Source/GameLogic/ScriptEngine

1 file changed

+0
-3
lines changed

Generals/Code/GameEngine/Source/GameLogic/ScriptEngine/Scripts.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ Int ScriptList::getReadScripts(ScriptList *scriptLists[MAX_PLAYER_COUNT])
591591
}
592592
return count;
593593
}
594-
#endif
595594

596595
/**
597596
* ScriptList::WriteScriptsDataChunk - Writes a Scripts chunk.
@@ -672,7 +671,6 @@ Bool ScriptList::ParseScriptListDataChunk(DataChunkInput &file, DataChunkInfo *i
672671
return file.parse(pInfo->readLists[cur]);
673672

674673
}
675-
#endif
676674

677675
#ifdef RTS_HAS_JSON_CHUNK
678676
Bool ScriptList::ParseScriptListDataChunkJSON(JSONChunkInput &file, JSONChunkInfo *info, void *userData)
@@ -1009,7 +1007,6 @@ m_actionFalse(NULL),
10091007
m_curTime(0.0f)
10101008
{
10111009
}
1012-
#endif
10131010

10141011
/**
10151012
Dtor - The condition and action deletes the rest of the list, but we have to loop & delete

0 commit comments

Comments
 (0)