| Run file for GemDrop

Wimpslot -min 6144K -max 6144K
| Try to load the sound
| If the load fails the game should continue with no sound
RMEnsure DigitalRenderer 0.51 RMLoad System:Modules.DRenderer

Set GemDrop$Dir <Obey$Dir>

| Close does nothing so hide close icon
Set SDL$GemDrop$CloseAction 0

| Need larger audio buffer than the default for startup
Set SDL$GemDrop$AudioBuffer 8192

Run <GemDrop$Dir>.!RunImage >null: 2>null:
