diff --git a/engines/ags/engine/script/script_runtime.cpp b/engines/ags/engine/script/script_runtime.cpp index 139cc1d7fc5..e5e63f3fe83 100644 --- a/engines/ags/engine/script/script_runtime.cpp +++ b/engines/ags/engine/script/script_runtime.cpp @@ -19,20 +19,6 @@ * */ -//============================================================================= -// -// C-Script run-time interpreter (c) 2001 Chris Jones -// -// You must DISABLE OPTIMIZATIONS AND REGISTER VARIABLES in your compiler -// when compiling this, or strange results can happen. -// -// There is a problem with importing functions on 16-bit compilers: the -// script system assumes that all parameters are passed as 4 bytes, which -// ints are not on 16-bit systems. Be sure to define all parameters as longs, -// or join the 21st century and switch to DJGPP or Visual C++. -// -//============================================================================= - #include "ags/engine/ac/dynobj/cc_dynamic_array.h" #include "ags/engine/ac/statobj/static_object.h" #include "ags/shared/script/cc_common.h" diff --git a/engines/ags/engine/script/script_runtime.h b/engines/ags/engine/script/script_runtime.h index a16338058b1..bf2d81be210 100644 --- a/engines/ags/engine/script/script_runtime.h +++ b/engines/ags/engine/script/script_runtime.h @@ -19,20 +19,6 @@ * */ -//============================================================================= -// -// C-Script run-time interpreter (c) 2001 Chris Jones -// -// You must DISABLE OPTIMIZATIONS AND REGISTER VARIABLES in your compiler -// when compiling this, or strange results can happen. -// -// There is a problem with importing functions on 16-bit compilers: the -// script system assumes that all parameters are passed as 4 bytes, which -// ints are not on 16-bit systems. Be sure to define all parameters as longs, -// or join the 21st century and switch to DJGPP or Visual C++. -// -//============================================================================= - #ifndef AGS_ENGINE_SCRIPT_SCRIPT_RUNTIME_H #define AGS_ENGINE_SCRIPT_SCRIPT_RUNTIME_H