diff pytouhou/game/player.pxd @ 492:887de1309491

Add friendly fire in netplay.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 21 Sep 2013 20:26:39 +0200
parents feecdb4a8928
children 6be9c99a3a24
line wrap: on
line diff
--- a/pytouhou/game/player.pxd
+++ b/pytouhou/game/player.pxd
@@ -7,6 +7,7 @@ cdef class PlayerState:
     cdef public long character, score, effective_score, lives, bombs, power
     cdef public long graze, points
 
+    cdef long number
     cdef long invulnerable_time, power_bonus, continues, continues_used, miss,
     cdef long bombs_used