diff options
Diffstat (limited to 'engines/glk/tads/tads2/execute_command.cpp')
-rw-r--r-- | engines/glk/tads/tads2/execute_command.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/tads/tads2/execute_command.cpp b/engines/glk/tads/tads2/execute_command.cpp index d8ad6b2e87..63c5f02631 100644 --- a/engines/glk/tads/tads2/execute_command.cpp +++ b/engines/glk/tads/tads2/execute_command.cpp @@ -2264,7 +2264,7 @@ static void voc_askobj_indirect(voccxdef *ctx, vocoldef *dolist, cnt = voclistlen(dolist); for (len = 0, i = 0 ; i < cnt ; ) { - char *p; + const char *p; size_t curlen; int j; @@ -2331,7 +2331,7 @@ static void voc_askobj_indirect(voccxdef *ctx, vocoldef *dolist, */ for (i = 0 ; i < cnt ; ) { - char *p; + const char *p; uchar *subp; uchar *subsubp; size_t curlen; @@ -3427,7 +3427,7 @@ int execmd(voccxdef *ctx, objnum actor, objnum prep, int i; int vcnt; int distinct; - char *lastfst; + const char *lastfst; /* * If possible, tailor the pronoun to the situation |