changeset 2074:121316212c1c

more text fix
author Gloval
date Wed, 04 Dec 2013 09:13:48 +0400
parents 38bf1c70fc70
children 0d535449c04f
files Render.cpp
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Render.cpp	Wed Dec 04 08:50:24 2013 +0400
+++ b/Render.cpp	Wed Dec 04 09:13:48 2013 +0400
@@ -7316,8 +7316,9 @@
               WritePixel16(clipped_out_x + dx, clipped_out_y + dy, v24);
               //*v10 = v24;
               //++v10;
-              //++v11;
+              ++v11;
               //--v27;
+
         }
           v11 += a5 - v8;
       }
@@ -7356,10 +7357,11 @@
       {
         for (int dx = 0; dx < v8; ++dx)
         {
+            if ( *v11 )       
               WritePixel16(clipped_out_x + dx, clipped_out_y + dy, pPalette[*v11]);
               //*v10 = v24;
               //++v10;
-              //++v11;
+              ++v11;
               //--v27;
         }
           v11 += a5 - v8;