aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/tatiana.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/entities/tatiana.h')
-rw-r--r--engines/lastexpress/entities/tatiana.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/lastexpress/entities/tatiana.h b/engines/lastexpress/entities/tatiana.h
index 5cba7e8268..171f7d62d3 100644
--- a/engines/lastexpress/entities/tatiana.h
+++ b/engines/lastexpress/entities/tatiana.h
@@ -48,14 +48,14 @@ public:
*
* @param filename The sound filename
*/
- DECLARE_FUNCTION_1(playSound, const char* filename)
+ DECLARE_FUNCTION_1(playSound, const char *filename)
/**
* Draws the entity
*
* @param sequence The sequence to draw
*/
- DECLARE_FUNCTION_1(draw, const char* sequence)
+ DECLARE_FUNCTION_1(draw, const char *sequence)
/**
* Updates the position
@@ -64,7 +64,7 @@ public:
* @param car The car
* @param position The position
*/
- DECLARE_FUNCTION_3(updatePosition, const char* sequence1, CarIndex car, Position position)
+ DECLARE_FUNCTION_3(updatePosition, const char *sequence1, CarIndex car, Position position)
/**
* Handles entering/exiting a compartment.
@@ -72,7 +72,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)
/**
* Handles entering/exiting a compartment and updates position/play animation
@@ -80,7 +80,7 @@ public:
* @param sequence The sequence to draw
* @param compartment The compartment
*/
- DECLARE_FUNCTION_2(enterExitCompartment2, const char* sequence, ObjectIndex compartment)
+ DECLARE_FUNCTION_2(enterExitCompartment2, const char *sequence, ObjectIndex compartment)
/**
* Call a savepoint (or draw sequence in default case)
@@ -90,7 +90,7 @@ public:
* @param action The action
* @param sequence2 The sequence name for the savepoint
*/
- DECLARE_FUNCTION_4(callSavepoint, const char* sequence1, EntityIndex entity, ActionIndex action, const char* sequence2)
+ DECLARE_FUNCTION_4(callSavepoint, const char *sequence1, EntityIndex entity, ActionIndex action, const char *sequence2)
/**
* Process callback action when the entity direction is not kDirectionRight