diff options
-rw-r--r-- | engines/griffon/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/griffon/logic.cpp b/engines/griffon/logic.cpp index f30de80d16..d1c3d8c16c 100644 --- a/engines/griffon/logic.cpp +++ b/engines/griffon/logic.cpp @@ -55,7 +55,7 @@ namespace Griffon { */ // element tile locations -const int elementmap[15][20] = { +const int8 elementmap[15][20] = { { 2, 2, 2, 2, -1, -1, -1, 2, 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1 }, { 2, -1, -1, -1, -1, -1, -1, 2, 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1 }, { 2, -1, 2, 2, -1, -1, -1, 2, 2, 2, 2, 2, 2, -1, -1, -1, -1, -1, -1, -1 }, |