Mercurial > touhou
annotate pytouhou/ui/sprite.pxd @ 276:754ff6452d7e
Fix spellcard number 0.
Spellcard number 0 was evaluated as False in truth checks.
Now, the spellcard is a tuple, with (number, name) and will always evaluate as True.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Sun, 05 Feb 2012 23:45:41 +0100 |
parents | ee6dfd14a785 |
children | 723a3e67a223 |
rev | line source |
---|---|
131
fab7ad2f0d8b
Use Cython, improve performances!
Thibaut Girka <thib@sitedethib.com>
parents:
diff
changeset
|
1 cpdef object get_sprite_rendering_data(object sprite) |