Differences From Artifact [61678b6bb7]:
- File exec.c — part of check-in [59319cbd25] at 2018-07-02 21:27:07 on branch trunk — Correct some errors in exec.c introduced in the previous commit (user: user, size: 3893) [annotate] [blame] [check-ins using]
To Artifact [355c5a5b56]:
- File exec.c — part of check-in [c5926b50b9] at 2018-07-08 00:13:54 on branch trunk — Add some more stuff with graphics and some other stuff that was previously forgotten (user: user, size: 3917) [annotate] [blame] [check-ins using]
| ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + |
Uint32 generation_number;
Object**objects;
Uint32 nobjects;
Value globals[0x800];
Uint32 firstobj=VOIDLINK;
Uint32 lastobj=VOIDLINK;
Uint32 playfield[64*64];
Uint8 pfwidth,pfheight;
typedef struct {
Uint16 msg;
Uint32 from;
Value arg1,arg2,arg3;
} MessageVars;
|
| ︙ |