Skip to content

Commit cce6d96

Browse files
no one saw that
1 parent b1a88b0 commit cce6d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fCraft/MapConversion/MapMCSharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public virtual bool Save( Map mapToSave, string fileName ) {
157157
}
158158

159159

160-
protected static void SaveHeader( Map map, BinaryWriter bs ) {
160+
protected static void SaveHeader( Map mapToSave, BinaryWriter bs ) {
161161
// Write the magic number
162162
bs.Write( (ushort)0x752 );
163163

0 commit comments

Comments
 (0)