Skip to content

Commit

Permalink
Document COB version magic
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored Apr 4, 2024
1 parent b7b76ce commit 3c1afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Sim/Units/Scripts/CobFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//Information on missing fields from Format_Cob.pas
typedef struct tagCOBHeader
{
int VersionSignature;
int VersionSignature; // 4 for TA, 6 for TA:K
int NumberOfScripts;
int NumberOfPieces;
int TotalScriptLen;
Expand Down

0 comments on commit 3c1afa5

Please sign in to comment.