mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-22 22:58:12 +03:00
Fix MSVS build
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ void AGS::load_pms(int page, const std::vector<uint8_t>& data, bool set_palette,
|
||||
buf[0].resize(width);
|
||||
buf[1].resize(width);
|
||||
buf[2].resize(width);
|
||||
int p = 0x320;
|
||||
size_t p = 0x320;
|
||||
|
||||
for (int y = 0; y < height; y++) {
|
||||
int x = 0;
|
||||
|
||||
Reference in New Issue
Block a user