aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/location.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-26 21:47:57 -0700
committerPaul Gilbert2019-07-06 15:27:08 -0700
commitf2f46395ba8ba2653aefcbc07c90c71d76871386 (patch)
tree75f3bd8c5c88938e2ba871eaf6877e134566b396 /engines/glk/alan3/location.cpp
parent3527f9c48d3ab58c5e2480d7ce75c693453a6824 (diff)
downloadscummvm-rg350-f2f46395ba8ba2653aefcbc07c90c71d76871386.tar.gz
scummvm-rg350-f2f46395ba8ba2653aefcbc07c90c71d76871386.tar.bz2
scummvm-rg350-f2f46395ba8ba2653aefcbc07c90c71d76871386.zip
GLK: ALAN3: Further gcc warning fixes
Diffstat (limited to 'engines/glk/alan3/location.cpp')
-rw-r--r--engines/glk/alan3/location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/location.cpp b/engines/glk/alan3/location.cpp
index 2199b7a653..13076b4937 100644
--- a/engines/glk/alan3/location.cpp
+++ b/engines/glk/alan3/location.cpp
@@ -39,7 +39,7 @@ namespace Glk {
namespace Alan3 {
/*----------------------------------------------------------------------*/
-static void traceExit(int location, int dir, char *what) {
+static void traceExit(int location, int dir, const char *what) {
printf("\n<EXIT %s[%d] from ",
(char *)pointerTo(dictionary[playerWords[currentWordIndex - 1].code].string), dir);
traceSay(location);