From 59c054938a7fd2036badbecfbb3b72ad55b0e820 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 19 Oct 2010 22:34:26 +0000 Subject: LASTEXPRESS: Fix some space formatting. svn-id: r53629 --- engines/lastexpress/entities/max.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lastexpress/entities/max.h') diff --git a/engines/lastexpress/entities/max.h b/engines/lastexpress/entities/max.h index d9e570df3e..93eb165a0f 100644 --- a/engines/lastexpress/entities/max.h +++ b/engines/lastexpress/entities/max.h @@ -48,7 +48,7 @@ public: * * @param filename The sound filename */ - DECLARE_FUNCTION_1(playSound, const char* filename) + DECLARE_FUNCTION_1(playSound, const char *filename) /** * Draws the entity @@ -64,7 +64,7 @@ public: * @param sequence The sequence to draw * @param compartment The compartment */ - DECLARE_FUNCTION_2(enterExitCompartment, const char* sequence, ObjectIndex compartment) + DECLARE_FUNCTION_2(enterExitCompartment, const char *sequence, ObjectIndex compartment) /** * Saves the game -- cgit v1.2.3