aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor.h')
-rw-r--r--saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.h b/saga/actor.h
index 7c6d04c4bd..ba63c1dfb2 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -488,7 +488,7 @@ public:
void realLocation(Location &location, uint16 objectId, uint16 walkFlags);
// speech
- void actorSpeech(uint16 actorId, const char **strings, int stringsCount, uint16 sampleResourceId, int speechFlags);
+ void actorSpeech(uint16 actorId, const char **strings, int stringsCount, int sampleResourceId, int speechFlags);
void nonActorSpeech(const char **strings, int stringsCount, int speechFlags);
void simulSpeech(const char *string, uint16 *actorIds, int actorIdsCount, int speechFlags, int sampleResourceId);
void setSpeechColor(int speechColor, int outlineColor) {