aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm.h b/scumm.h
index ab72b5560e..13185a5a6a 100644
--- a/scumm.h
+++ b/scumm.h
@@ -40,11 +40,7 @@ enum {
NUM_SCRIPT_SLOT = 25,
NUM_LOCALSCRIPT = 60,
NUM_SHADOW_PALETTE = 8,
-#if defined(FULL_THROTTLE)
NUM_ACTORS = 30
-#else
- NUM_ACTORS = 13
-#endif
};