AGS: Removed some redundant/obsolete comments

From upstream a7bd24cd4822bdcabef061197c98d1224200aa2a
This commit is contained in:
Thierry Crozat
2022-10-09 18:56:36 +01:00
parent 61e3a92963
commit 6f512bb2af
2 changed files with 0 additions and 28 deletions
@@ -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"