mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
AGS: Removed some redundant/obsolete comments
From upstream a7bd24cd4822bdcabef061197c98d1224200aa2a
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user