aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gui_ns.cpp
diff options
context:
space:
mode:
authorStrangerke2013-11-24 01:40:35 +0100
committerStrangerke2013-11-24 01:40:35 +0100
commitb603ea0223ed337781da6a4a2987390ccdaa0bcc (patch)
tree3a60613e0efbe1889f87e243f1ef859e4a3a9c5b /engines/parallaction/gui_ns.cpp
parentc63b2b2b2c33aa0a1e883cf5c722d647f2cf0c6f (diff)
downloadscummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.tar.gz
scummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.tar.bz2
scummvm-rg350-b603ea0223ed337781da6a4a2987390ccdaa0bcc.zip
PARALLACTION: Janitorial - Fix spacing errors
Diffstat (limited to 'engines/parallaction/gui_ns.cpp')
-rw-r--r--engines/parallaction/gui_ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/gui_ns.cpp b/engines/parallaction/gui_ns.cpp
index ea3c394684..ae32a416e3 100644
--- a/engines/parallaction/gui_ns.cpp
+++ b/engines/parallaction/gui_ns.cpp
@@ -415,7 +415,7 @@ class SelectCharacterInputState_NS : public MenuInputState {
#define CHAR_DONNA 1
#define CHAR_DOUGH 2
- Common::Rect _codeSelectBlocks[9];
+ Common::Rect _codeSelectBlocks[9];
Common::Rect _codeTrueBlocks[9];
Parallaction_ns *_vm;