Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliyole committed Jan 25, 2009
1 parent 9cf95a1 commit b727991
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Strs/UE3.strs
Expand Up @@ -333,7 +333,13 @@ struct UnrealClass
include UnrealClassRef [tag=Super];
i32;
u32 ScriptText;
repeat(9) { i32; }
repeat(4) { i32; }
i32 ScriptSize;
if (ScriptSize > 0)
{
blob ScriptSize;
}
repeat(4) { i32; }
i16;
i32;
i32 SomeCount;
Expand Down

0 comments on commit b727991

Please sign in to comment.