[pypy-svn] r62268 - pypy/trunk/pypy/lang/gameboy

cami at codespeak.net cami at codespeak.net
Sat Feb 28 00:33:13 CET 2009


Author: cami
Date: Sat Feb 28 00:33:12 2009
New Revision: 62268

Modified:
   pypy/trunk/pypy/lang/gameboy/video.py
Log:
stuff


Modified: pypy/trunk/pypy/lang/gameboy/video.py
==============================================================================
--- pypy/trunk/pypy/lang/gameboy/video.py	(original)
+++ pypy/trunk/pypy/lang/gameboy/video.py	Sat Feb 28 00:33:12 2009
@@ -530,7 +530,7 @@
             self.objects[count] = paint_sprite
             count += 1
             if count >= constants.OBJECTS_PER_LINE: break
-        self.sort_scan_sprite_new(count)
+        self.sort_scan_sprite_new_sprite_new(count)
         return count
         
     def sort_scan_sprite_new(self, count):



More information about the Pypy-commit mailing list