From 6f512bb2af67e0127be003c180f1cbde4bb968cb Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 9 Oct 2022 18:56:36 +0100 Subject: [PATCH] AGS: Removed some redundant/obsolete comments From upstream a7bd24cd4822bdcabef061197c98d1224200aa2a --- engines/ags/engine/script/script_runtime.cpp | 14 -------------- engines/ags/engine/script/script_runtime.h | 14 -------------- 2 files changed, 28 deletions(-) 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