aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v71he.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-08-12 00:53:35 +0000
committerTravis Howell2009-08-12 00:53:35 +0000
commitf186d9c86094e5be5c0e168e72487b3fb8d2deac (patch)
tree761d2f0ac91a7b76e3a00d2b888ffdd3e20a60ee /engines/scumm/he/script_v71he.cpp
parentc95d36c186fb1d286a15c1c9ccc5fd581ef948b6 (diff)
downloadscummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.tar.gz
scummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.tar.bz2
scummvm-rg350-f186d9c86094e5be5c0e168e72487b3fb8d2deac.zip
Fix building with specific games disabled in MSVC.
svn-id: r43294
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