]> git.cworth.org Git - kub/commit
Make game.current_tile a pointer of type tile_t rather than a simple int.
authorKevin Worth <kworth@hal.(none)>
Sat, 8 Aug 2009 17:28:57 +0000 (13:28 -0400)
committerKevin Worth <kworth@hal.(none)>
Sat, 8 Aug 2009 17:28:57 +0000 (13:28 -0400)
commit8089441bdd45e81e838ecef4110195426186b57e
tree3ead35c7313e491b21a8876970449a43c28d7632
parent320ef475fdad0ee5db34de1698a01cd75b747f54
Make game.current_tile a pointer of type tile_t rather than a simple int.

     This is much more powerful as the tiles in players' hands can be set
     as the current tile, not just those in the deck.
.gitignore [changed mode: 0644->0755]
Makefile [changed mode: 0644->0755]
kub.c [changed mode: 0644->0755]
kub_todo.txt [changed mode: 0644->0755]
tiles/blank_tile.svg
tiles/owned_tile.svg
tiles/red6.svg [changed mode: 0644->0755]
tiles/selected_tile.svg [changed mode: 0644->0755]
tiles/tile_wild.svg [changed mode: 0644->0755]