Changed aspect ratio implementation

This commit is contained in:
DeadlySurprise
2014-11-18 15:23:41 +01:00
parent cdb05537f3
commit c504383d92
4 changed files with 7 additions and 5 deletions

View File

@@ -493,7 +493,7 @@ namespace OpenRA.FileFormats
}
}
public bool IsHqVqa { get { return (videoFlags & 0x10) == 16; } }
bool IsHqVqa { get { return (videoFlags & 0x10) == 16; } }
void WriteBlock(int blockNumber, int count, ref int x, ref int y)
{