aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2')
-rw-r--r--engines/sword2/memory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sword2/memory.h b/engines/sword2/memory.h
index f01b85f4b3..e00eacb032 100644
--- a/engines/sword2/memory.h
+++ b/engines/sword2/memory.h
@@ -28,7 +28,9 @@
#ifndef SWORD2_MEMORY_H
#define SWORD2_MEMORY_H
-#define MAX_MEMORY_BLOCKS 999
+enum {
+ MAX_MEMORY_BLOCKS = 999
+};
namespace Sword2 {