pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src blitter_impl.hxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src blitter_impl.hxx,1.2,1.3
Date: 19 Oct 2002 22:22:51 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv17070

Modified Files:
        blitter_impl.hxx 
Log Message:
fixed bug

Index: blitter_impl.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/blitter_impl.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blitter_impl.hxx    19 Oct 2002 19:40:34 -0000      1.2
+++ blitter_impl.hxx    19 Oct 2002 22:22:48 -0000      1.3
@@ -63,7 +63,7 @@
 struct transform_rot270
 {
   static inline int get_index(int width, int height, int x, int y) { 
UNUSED_ARG(height);
-    return (x * width) + y;
+    return (x * height) + y;
   }
 
   static inline int get_x(int width, int height, int x, int y) { 
UNUSED_ARG(width); UNUSED_ARG(height); UNUSED_ARG(x);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]