From 1f0b774c59ea917f069fc5be95124afd89a8dd4c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 00:18:24 -0500 Subject: Fix inadvertent "TQ" changes. --- kpoker/poker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpoker') diff --git a/kpoker/poker.h b/kpoker/poker.h index d139ea2b..ff388950 100644 --- a/kpoker/poker.h +++ b/kpoker/poker.h @@ -43,7 +43,7 @@ typedef enum { C_NINE, D_NINE, S_NINE, H_NINE, C_TEN, D_TEN, S_TEN, H_TEN, C_JACK, D_JACK, S_JACK, H_JACK, - C_TQUEEN, D_TQUEEN, S_TQUEEN, H_TQUEEN, + C_QUEEN, D_QUEEN, S_QUEEN, H_QUEEN, C_KING, D_KING, S_KING, H_KING, C_ACE, D_ACE, S_ACE, H_ACE, ROOF // to get a roof on the value. @@ -73,7 +73,7 @@ typedef enum { NINE, TEN, JACK, - TQUEEN, + QUEEN, KING, ACE // The most valuable rank } CardRank; -- cgit v1.2.3