summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
index 592d57f2..fee2eb54 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
+++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m
@@ -627,7 +627,8 @@ void BlitScreen16NS(unsigned char * surf,long x,long y)
if(PSXDisplay.RGB24)
{
- unsigned char * pD;unsigned int startxy;
+ unsigned char * pD;
+ size_t startxy;
surf+=PreviousPSXDisplay.Range.x0<<2;