diff --git a/engines/hpl1/engine/libraries/angelscript/sources/as_config.h b/engines/hpl1/engine/libraries/angelscript/sources/as_config.h index edf85ab7f619..3b152b2304c4 100644 --- a/engines/hpl1/engine/libraries/angelscript/sources/as_config.h +++ b/engines/hpl1/engine/libraries/angelscript/sources/as_config.h @@ -68,7 +68,7 @@ // There is no guarantee for how well deprecated functionality will work though // so it is best to exchange it for the new functionality as soon as possible. -// AS_NO_CLASS_METHODS +#define AS_NO_CLASS_METHODS // Disables the possibility to add class methods. Can increase the // portability of the library.