aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v71he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/script_v71he.cpp')
-rw-r--r--engines/scumm/he/script_v71he.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v71he.cpp b/engines/scumm/he/script_v71he.cpp
index c832d64316..46a8868949 100644
--- a/engines/scumm/he/script_v71he.cpp
+++ b/engines/scumm/he/script_v71he.cpp
@@ -23,6 +23,8 @@
*
*/
+#ifdef ENABLE_HE
+
#include "scumm/actor.h"
#include "scumm/he/intern_he.h"
#include "scumm/scumm.h"
@@ -446,3 +448,5 @@ void ScummEngine_v71he::o71_polygonHit() {
}
} // End of namespace Scumm
+
+#endif // ENABLE_HE