aboutsummaryrefslogtreecommitdiff
path: root/saga/actor_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor_mod.h')
-rw-r--r--saga/actor_mod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor_mod.h b/saga/actor_mod.h
index ebd2881d70..c94cf7ae00 100644
--- a/saga/actor_mod.h
+++ b/saga/actor_mod.h
@@ -85,7 +85,7 @@ int ACTOR_WalkTo(int index, R_POINT * walk_pt, uint flags, R_SEMAPHORE * sem);
int ACTOR_GetActorIndex(uint actor_id);
-int ACTOR_Speak(int index, char *d_string, uint d_voice_rn, R_SEMAPHORE * sem);
+int ACTOR_Speak(int index, const char *d_string, uint d_voice_rn, R_SEMAPHORE * sem);
int ACTOR_SkipDialogue(void);