aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/cooks.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-10-19 22:34:26 +0000
committerJordi Vilalta Prat2010-10-19 22:34:26 +0000
commit59c054938a7fd2036badbecfbb3b72ad55b0e820 (patch)
tree3fbc8ec383c10ba88ca88b44c875e479386e7cd4 /engines/lastexpress/entities/cooks.h
parente4029f6f0e5aa9dc679ce875fb7625c564c69144 (diff)
downloadscummvm-rg350-59c054938a7fd2036badbecfbb3b72ad55b0e820.tar.gz
scummvm-rg350-59c054938a7fd2036badbecfbb3b72ad55b0e820.tar.bz2
scummvm-rg350-59c054938a7fd2036badbecfbb3b72ad55b0e820.zip
LASTEXPRESS: Fix some space formatting.
svn-id: r53629
Diffstat (limited to 'engines/lastexpress/entities/cooks.h')
-rw-r--r--engines/lastexpress/entities/cooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/entities/cooks.h b/engines/lastexpress/entities/cooks.h
index 2904d2c66b..fc3a0cb78c 100644
--- a/engines/lastexpress/entities/cooks.h
+++ b/engines/lastexpress/entities/cooks.h
@@ -43,14 +43,14 @@ public:
*
* @param sequence The sequence to draw
*/
- DECLARE_FUNCTION_1(draw, const char* sequence)
+ DECLARE_FUNCTION_1(draw, const char *sequence)
/**
* Plays sound
*
* @param filename The sound filename
*/
- DECLARE_FUNCTION_1(playSound, const char* filename)
+ DECLARE_FUNCTION_1(playSound, const char *filename)
DECLARE_FUNCTION(function3)