diff mm7_2.cpp @ 824:fe4c8b113548

Merge
author Nomad
date Tue, 26 Mar 2013 20:06:51 +0200
parents c1da83d8223f 5e3f4bf3b8e6
children 085eb19b7ffd
line wrap: on
line diff
--- a/mm7_2.cpp	Tue Mar 26 20:05:57 2013 +0200
+++ b/mm7_2.cpp	Tue Mar 26 20:06:51 2013 +0200
@@ -6313,8 +6313,8 @@
     if ( pRenderer->LockSurface_DDraw4(pRenderer->pBackBuffer4, &Dst, DDLOCK_WAIT) )
     {
       auto src = (unsigned __int16 *)Dst.lpSurface;
-      auto src_width = (Dst.lPitch / sizeof(short)),
-           src_height = Dst.dwHeight;
+      auto src_width = (Dst.lPitch / sizeof(short));
+      auto src_height = Dst.dwHeight;
       auto dst = pPixels;
       for (uint y = 0; y < height; ++y)
       {