aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/defs.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-01-17 11:12:02 +0000
committerNicola Mettifogo2007-01-17 11:12:02 +0000
commit2541fcd82aea8542673e063c59ed99257f5e768f (patch)
tree8090ededdc27c83d1004be8b8e4696738a0c5291 /engines/parallaction/defs.h
parentebec953012aa6604b762dcc5aafc3fb707204f16 (diff)
downloadscummvm-rg350-2541fcd82aea8542673e063c59ed99257f5e768f.tar.gz
scummvm-rg350-2541fcd82aea8542673e063c59ed99257f5e768f.tar.bz2
scummvm-rg350-2541fcd82aea8542673e063c59ed99257f5e768f.zip
fixed broken tab widths
svn-id: r25111
Diffstat (limited to 'engines/parallaction/defs.h')
-rw-r--r--engines/parallaction/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/defs.h b/engines/parallaction/defs.h
index 5829c603e7..054238ddd7 100644
--- a/engines/parallaction/defs.h
+++ b/engines/parallaction/defs.h
@@ -101,8 +101,8 @@ void beep();
char *skip_whitespace(char *s);
enum {
- kDebugDisk = 1 << 0,
- kDebugWalk = 1 << 1
+ kDebugDisk = 1 << 0,
+ kDebugWalk = 1 << 1
};
} // namespace Parallaction