diff --git a/Sources/Engine/Graphics/Graphics.cpp b/Sources/Engine/Graphics/Graphics.cpp index 440c27f..6d501f4 100644 --- a/Sources/Engine/Graphics/Graphics.cpp +++ b/Sources/Engine/Graphics/Graphics.cpp @@ -882,7 +882,7 @@ nextRowO: #else union uConv { - ULONG val; + __int64 val; DWORD dwords[2]; UWORD words[4]; WORD iwords[4]; @@ -891,7 +891,8 @@ nextRowO: for (int i=0; i>= mmShifter; } dith.val &= mmMask; uConv* src = (uConv*)(pulSrc+i*pixWidth);