Merge pull request #6653 from akallabeth/mac_server_fix

Fixed #6646
This commit is contained in:
Martin Fleisz 2020-12-09 16:19:45 +01:00 committed by GitHub
commit 995c0de9c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ void mf_info_invalidate_full_screen(mfInfo* mfi)
mfi->invalid.x = 0;
mfi->invalid.y = 0;
mfi->invalid.height = mfi->servscreen_height;
mfi->invalid.height = mfi->servscreen_width;
mfi->invalid.width = mfi->servscreen_width;
}
BOOL mf_info_have_invalid_region(mfInfo* mfi)