Add field to track when PilotMain is called reentrantly

This commit is contained in:
ehouse 2004-10-02 03:54:30 +00:00
parent 862b42a4b0
commit 0b17bb9b30

View file

@ -28,6 +28,9 @@ typedef struct PnoletUserData {
MemPtr cmdPBP;
UInt16 cmd;
UInt16 launchFlags;
/* Other.... */
Boolean recursive; /* PilotMain called from inside PilotMain */
} PnoletUserData;
#endif