Commit 30089270 authored by Richard Leggett's avatar Richard Leggett
Browse files

Repeat identical messages option re-included.

parent 0fa9ae6f
......@@ -2,7 +2,7 @@
_TaskName:Help Setup
_Purpose:Configuring !Help
_Author: Acorn Computers Ltd, 1998
_Version:0.04 (05-Jun-98)
_Version:0.04 (18-Aug-98)
_ConfigText:Help
_ConfigHelp:Click SELECT to open the Help configuration window.
_ConfigSprite:co_help
......
No preview for this file type
......@@ -17,4 +17,9 @@ Checked in. Tagged as rleggett_HelpSetup-0_04
Wed 01-Jul-1998
- Updated Res file.
Checked in.
Tue 18-Aug-1998
- 'Repeat identical messages' option re-included.
\ No newline at end of file
......@@ -244,7 +244,7 @@ static void read_options(void)
else _swix(Font_LoseFont, _IN(0), fh);
/* Check bounds */
if (delay<0 || delay>200) delay = DefaultDelay;
if (delay<0 || delay>MaxDelay) delay = DefaultDelay;
if (fontsize<4 || fontsize>144) fontsize = DefaultFontsize;
/* Tick and set things as appropriate */
......
......@@ -31,6 +31,8 @@
#define FontSizeNumber 0x0e
#define StillDistanceNumber 0x11
#define MaxDelay 500
/* Other stuff */
#define Mask_NoNullEvents 1
#define TaskName "Help setup"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment