diff options
Diffstat (limited to 'engines/hdb/ai.cpp')
-rw-r--r-- | engines/hdb/ai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.cpp b/engines/hdb/ai.cpp index 1de95be9e7..fd6499a68e 100644 --- a/engines/hdb/ai.cpp +++ b/engines/hdb/ai.cpp @@ -127,7 +127,7 @@ void AI::processCines() { } } -void AI::cineStart(bool abortable, char *abortFunc) { +void AI::cineStart(bool abortable, const char *abortFunc) { _cineAbortable = abortable; _cineAborted = false; _cineAbortFunc = abortFunc; |