home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-01 | 18.6 KB | 311 lines | [TEXT/PJMM] |
- unit Initialize;
-
- interface
- uses
- Sound, Palettes, Globals, AboutWndo, Dialogs, GameUtils, Enemies, GlyphaGuts;
-
- procedure InitVariables;
-
- implementation
-
- {=================================}
-
- procedure InitVariables;
- var
- sizeOfOff, offRowBytes, dummyLong: LongInt;
- i, i2, theDepth, howManySounds, vertOrigin: Integer;
- rawPointer: Ptr;
- tempByte: SignedByte;
- thePict: PicHandle;
- tempRect: Rect;
- theSnd: Handle;
- ignore: Boolean;
-
- {------------------}
-
- procedure CheckOurEnvirons;
-