aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/old_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/old_objects.h')
-rw-r--r--engines/sci/include/old_objects.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/sci/include/old_objects.h b/engines/sci/include/old_objects.h
index 850e489a83..e735a4dbc9 100644
--- a/engines/sci/include/old_objects.h
+++ b/engines/sci/include/old_objects.h
@@ -4,12 +4,6 @@
#include <sciresource.h>
#include <util.h>
-#ifdef __cplusplus
-# define new new_
-# define delete delete_
-# define class class_
-#endif /* __cplusplus */
-
typedef FLEXARRAY(script_opcode,int number;) script_method;
typedef struct object_
@@ -33,7 +27,7 @@ typedef struct object_
typedef struct
{
int id;
- object* class;
+ object* classID;
byte* heap;
int offset;
} instance;