reverted accidental change to CARDS_DIPSLAYED

This commit is contained in:
techdragon.nguyen@gmail.com
2012-03-01 10:31:35 +00:00
parent 7482fa811c
commit 336462eecb

View File

@@ -77,7 +77,7 @@ enum DECK_VIEWER_MENU_ITEMS
#define LOW_SPEED 1.5
#define MAX_SAVED_FILTERS Constants::NB_Colors + 1
#define CARDS_DISPLAYED 5
#define CARDS_DISPLAYED 10
class GameStateDeckViewer: public GameState, public JGuiListener
{