Skip to content

Commit

Permalink
TONY: Fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 14, 2012
1 parent d5b8068 commit 8876266
Show file tree
Hide file tree
Showing 18 changed files with 2,000 additions and 1,870 deletions.
24 changes: 12 additions & 12 deletions engines/tony/adv.h
Expand Up @@ -37,24 +37,24 @@
namespace Tony {

// X & Y dimensions of the adventure
#define RM_SX 640
#define RM_SY 480
#define RM_SX 640
#define RM_SY 480

// X&Y dimensions of bigbuf
#define RM_BBX (RM_SX)
#define RM_BBY (RM_SY)
#define RM_BBX (RM_SX)
#define RM_BBY (RM_SY)

// Skipping X&Y
#define RM_SKIPY ((RM_BBY - RM_SY) / 2)
#define RM_SKIPX 0
// Skipping X&Y
#define RM_SKIPY ((RM_BBY - RM_SY) / 2)
#define RM_SKIPX 0

// Name lengths
// FIXME: Some of these can likely be removed when refactoring is completed
#define MAX_DRIVE 10
#define MAX_DIR 255
#define MAX_PATH 255
#define MAX_FNAME 100
#define MAX_EXT 10
#define MAX_DRIVE 10
#define MAX_DIR 255
#define MAX_PATH 255
#define MAX_FNAME 100
#define MAX_EXT 10

// Tony's actions
enum RMTonyAction {
Expand Down

0 comments on commit 8876266

Please sign in to comment.