1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Portability fixes

This commit is contained in:
Michał Janiszewski
2015-08-04 00:57:51 +02:00
parent 61c42fc653
commit 7afb7e2dfd
6 changed files with 27 additions and 38 deletions

View File

@@ -895,4 +895,4 @@ static void platform_refresh_screenbuffer(int width, int height, int pitch)
RCT2_GLOBAL(RCT2_ADDRESS_DIRTY_BLOCK_HEIGHT, uint16) = 8;
RCT2_GLOBAL(RCT2_ADDRESS_DIRTY_BLOCK_COLUMNS, uint32) = (width >> 6) + 1;
RCT2_GLOBAL(RCT2_ADDRESS_DIRTY_BLOCK_ROWS, uint32) = (height >> 3) + 1;
}
}