Fixing camera controls.

This commit is contained in:
2021-08-25 21:48:07 -07:00
parent eed325d702
commit c07edc8770
6 changed files with 33 additions and 39 deletions

View File

@ -16,7 +16,7 @@
#define POKER_DEALER_GRAVE_SIZE CARD_DECK_SIZE
/** Which VN Character index is the dealer */
#define POKER_DEALER_INDEX POKER_PLAYER_COUNT
#define POKER_DEALER_INDEX POKER_PLAYER_HUMAN_INDEX
/** Representation of the dealer state */
typedef struct {