aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/costume.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/costume.h')
-rw-r--r--engines/scumm/costume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/costume.h b/engines/scumm/costume.h
index 03de9c0510..8e1910abcf 100644
--- a/engines/scumm/costume.h
+++ b/engines/scumm/costume.h
@@ -82,7 +82,7 @@ public:
protected:
void actorSpeak(ActorC64 *a, int &cmd);
- int dirToDirStop( int oldDir );
+ int dirToDirStop(int oldDir);
void frameUpdate(ActorC64 *A, int cmd);
};