diff pytouhou/game/game.pxd @ 466:b16d34fca5b4

Revert a change in 78e1c3864e73, causing boss rush to not destroy any standard enemy.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 12 Sep 2013 11:59:24 +0200
parents 78e1c3864e73
children feecdb4a8928
line wrap: on
line diff
--- a/pytouhou/game/game.pxd
+++ b/pytouhou/game/game.pxd
@@ -25,4 +25,4 @@ cdef class Game:
     cdef void update_hints(self)
     cdef void update_faces(self)
     cdef void update_bullets(self)
-    cdef void cleanup(self)
+    cpdef cleanup(self)