s/start/begin
This commit is contained in:
+18
-18
@@ -7,28 +7,28 @@
|
||||
|
||||
#define NUMBER_OF_CARDS 52
|
||||
|
||||
#define MANEUVRE_STACKS_STARTING_Y 7
|
||||
#define MANEUVRE_STACKS_BEGIN_Y 7
|
||||
|
||||
#define STOCK_STARTING_X 1
|
||||
#define STOCK_STARTING_Y 1
|
||||
#define STOCK_BEGIN_X 1
|
||||
#define STOCK_BEGIN_Y 1
|
||||
|
||||
#define WASTE_PILE_STARTING_X 9
|
||||
#define WASTE_PILE_STARTING_Y 1
|
||||
#define WASTE_PILE_BEGIN_X 9
|
||||
#define WASTE_PILE_BEGIN_Y 1
|
||||
|
||||
#define FOUNDATION_STARTING_Y 1
|
||||
#define FOUNDATION_0_STARTING_X 25
|
||||
#define FOUNDATION_1_STARTING_X 33
|
||||
#define FOUNDATION_2_STARTING_X 41
|
||||
#define FOUNDATION_3_STARTING_X 49
|
||||
#define FOUNDATION_BEGIN_Y 1
|
||||
#define FOUNDATION_0_BEGIN_X 25
|
||||
#define FOUNDATION_1_BEGIN_X 33
|
||||
#define FOUNDATION_2_BEGIN_X 41
|
||||
#define FOUNDATION_3_BEGIN_X 49
|
||||
|
||||
#define MANEUVRE_STARTING_Y 9
|
||||
#define MANEUVRE_0_STARTING_X 1
|
||||
#define MANEUVRE_1_STARTING_X 9
|
||||
#define MANEUVRE_2_STARTING_X 17
|
||||
#define MANEUVRE_3_STARTING_X 25
|
||||
#define MANEUVRE_4_STARTING_X 33
|
||||
#define MANEUVRE_5_STARTING_X 41
|
||||
#define MANEUVRE_6_STARTING_X 49
|
||||
#define MANEUVRE_BEGIN_Y 9
|
||||
#define MANEUVRE_0_BEGIN_X 1
|
||||
#define MANEUVRE_1_BEGIN_X 9
|
||||
#define MANEUVRE_2_BEGIN_X 17
|
||||
#define MANEUVRE_3_BEGIN_X 25
|
||||
#define MANEUVRE_4_BEGIN_X 33
|
||||
#define MANEUVRE_5_BEGIN_X 41
|
||||
#define MANEUVRE_6_BEGIN_X 49
|
||||
|
||||
struct deck *deck;
|
||||
struct cursor *cursor;
|
||||
|
||||
Reference in New Issue
Block a user