You can't create member functions that have the same name as a built-in global function.
Is this something that can be fixed?
Edit:
I get
if I do this:
Code: ags
Code: ags
and try to save the game. Can anyone confirm this?
Is this something that can be fixed?
Edit:
I get
Quote
Exception 0xC0000005 at EIP=0x005E6AB1, AGSE v2.70.549
if I do this:
// Main header script
#define AGS_MAXREGIONS 16 // including region 0!
struct ccsRegionType {
short framesounds[128000]; // 3d array: AGS_MAXVIEWS*AGS_MAXLOOPSPERVIEW*AGS_MAXFRAMESPERLOOP
};
// main global script file
ccsRegionType ccsRegion[AGS_MAXREGIONS];
and try to save the game. Can anyone confirm this?