Skip to content

Commit

Permalink
Fix RSC header
Browse files Browse the repository at this point in the history
  • Loading branch information
gizzdev committed Aug 31, 2023
1 parent e17eebd commit 59082b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RageLib.GTA5/ArchiveWrappers/RageArchiveWrapper7.cs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ public void Export(Stream stream)
((file.SystemFlags & 0xF0000000) >> 24);

var writer = new DataWriter(stream);
writer.Write((uint)0x07435352);
writer.Write((uint)0x37435352);
writer.Write((uint)version);
writer.Write((uint)file.SystemFlags);
writer.Write((uint)file.GraphicsFlags);
Expand Down

0 comments on commit 59082b8

Please sign in to comment.