aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-08 23:21:12 +1000
committerPaul Gilbert2012-06-08 23:21:12 +1000
commit739983f42fae768dfee574122adbac93ac8b15d2 (patch)
tree360cd6c38c67501c29530f3e81fd171e4f160f59 /engines/tony/mpal
parentd4777379d23b70aa07feec3ef2e90fcf376f4117 (diff)
downloadscummvm-rg350-739983f42fae768dfee574122adbac93ac8b15d2.tar.gz
scummvm-rg350-739983f42fae768dfee574122adbac93ac8b15d2.tar.bz2
scummvm-rg350-739983f42fae768dfee574122adbac93ac8b15d2.zip
TONY: Fixed sign of block identifier constant
Diffstat (limited to 'engines/tony/mpal')
-rw-r--r--engines/tony/mpal/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/mpal/memory.cpp b/engines/tony/mpal/memory.cpp
index b50f9d7c37..c5e752d390 100644
--- a/engines/tony/mpal/memory.cpp
+++ b/engines/tony/mpal/memory.cpp
@@ -33,7 +33,7 @@ namespace MPAL {
* MemoryManager methods
\****************************************************************************/
-const int BLOCK_ID = 0x12345678;
+const uint32 BLOCK_ID = 0x12345678;
/**
* Allocates a new memory block