1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
5 #include "FakeDeclares.h"
7 // static void subUpdateHallOfFame();
9 // static char *VB_Name = "FakeDeclares";
11 // --- Option Explicit
12 // --- Option Compare Binary
14 int MurphyPosIndex, MurphyXPos, MurphyYPos;
15 int MurphyScreenXPos, MurphyScreenYPos;
16 int MurphyExplodePos, SplitMoveFlag, RedDiskReleaseMurphyPos;
17 int KillMurphyFlag, MurphyMoveCounter;
18 long YawnSleepCounter;
21 int MurphyVarFaceLeft;
22 int ScratchGravity, GravityFlag;
23 int RedDiskReleaseFlag, MovingPictureSequencePhase;
24 int data_h_DemoDone, LevelStatus;
39 int YellowDisksExploded;
40 int AllowRedDiskCheat, AllowEatRightRedDiskBug;
43 int InfotronsNeeded, TotalInfotronsNeeded;
45 int SnikSnaksElectronsFrozen;
49 // --- const int edDraw = 1;
53 int DemoFlag, data_scr_demo, demo_stopped;
55 int EP_GameDemoVar0DAA;
56 int RecordDemoFlag; // , DemoRecordingFlag%
57 int DemoKeyCode, DemoPointer;
59 int DemoKeyRepeatCounter;
61 int RedDiskReleasePhase;
64 int DebugVersionFlag, D_ModeFlag;
65 int Data_SubRest, Data_SubRstFlg;
68 int data_SPtorunavail; // ???????
77 static void subUpdateHallOfFame()
83 boolean Get_ModifiedFlag()
85 // boolean ModifiedFlag;
87 // Let_ModifiedFlag(bModified);
88 Let_ModifiedFlag(ModifiedFlag);
93 void Let_ModifiedFlag(boolean NewVal)
95 // If bModified = NewVal Then Exit Property
98 // bModified = NewVal;
99 ModifiedFlag = NewVal;
105 Cap = ""; // !!! Cap = "MegaPlex - " & StripFileName(OrigPath) & "*"
107 bSignatureAvailable = False;
111 Cap = ""; // !!! Cap = "MegaPlex - " & StripFileName(OrigPath)
115 if (MainForm.Caption != Cap)
116 MainForm.Caption = Cap;