Skip to content

Commit

Permalink
Actors: Telephone GetSize() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Greavesy1899 committed Oct 10, 2023
1 parent 24ae829 commit b4f1980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mafia2Libs/ResourceTypes/FileTypes/Actors/ActorTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,7 @@ public override void WriteToFile(MemoryStream writer, bool isBigEndian)

public override int GetSize()
{
return 428;
return 448;
}
}

Expand Down

0 comments on commit b4f1980

Please sign in to comment.