aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/sequences_lok.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp
index 3475402a98..dd49d6faaa 100644
--- a/engines/kyra/sequences_lok.cpp
+++ b/engines/kyra/sequences_lok.cpp
@@ -1258,9 +1258,9 @@ void KyraEngine_LoK::seq_playCredits() {
do {
currentString = nextString;
- nextString = (uint8 *)strpbrk((const char *)currentString, stringTerms);
+ nextString = (uint8 *)strpbrk((char *)currentString, stringTerms);
if (!nextString)
- nextString = (uint8 *)strchr((const char *)currentString, 0);
+ nextString = (uint8 *)strchr((char *)currentString, 0);
CreditsLine line;