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/verges.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/lastexpress/entities/verges.h') diff --git a/engines/lastexpress/entities/verges.h b/engines/lastexpress/entities/verges.h index 83c44fcc7c..40a43eac9d 100644 --- a/engines/lastexpress/entities/verges.h +++ b/engines/lastexpress/entities/verges.h @@ -48,7 +48,7 @@ public: * * @param sequence The sequence to draw */ - DECLARE_FUNCTION_1(draw, const char* sequence) + DECLARE_FUNCTION_1(draw, const char *sequence) /** * Process callback action when the entity direction is not kDirectionRight @@ -60,7 +60,7 @@ public: * * @param filename The sound filename */ - DECLARE_FUNCTION_1(playSound, const char* filename) + DECLARE_FUNCTION_1(playSound, const char *filename) /** * Plays sound @@ -174,7 +174,7 @@ public: DECLARE_FUNCTION(function42) private: - void talk(const SavePoint &savepoint, const char* sound1, const char* sound2); + void talk(const SavePoint &savepoint, const char *sound1, const char *sound2); }; } // End of namespace LastExpress -- cgit v1.2.3