Skip to content

Commit

Permalink
TONY: Converting Italian comments to English and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 20, 2012
1 parent 8b9831a commit 316ca00
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 76 deletions.
4 changes: 2 additions & 2 deletions engines/tony/adv.h
Expand Up @@ -40,11 +40,11 @@ namespace Tony {
#define RM_SX 640
#define RM_SY 480

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

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

Expand Down

0 comments on commit 316ca00

Please sign in to comment.