mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Turn off the OOPS message
This commit is contained in:
parent
7f2a0f30b4
commit
01fd60d088
1 changed files with 3 additions and 1 deletions
4
index.t
4
index.t
|
|
@ -15,7 +15,9 @@ gameMain: GameMainDef
|
||||||
/* Setting for 'exits' module. */
|
/* Setting for 'exits' module. */
|
||||||
exitLister.exitsOnOffExplained = true;
|
exitLister.exitsOnOffExplained = true;
|
||||||
exitsMode.inStatusLine = true;
|
exitsMode.inStatusLine = true;
|
||||||
exitsMode.inRoomDesc = false;
|
exitsMode.inRoomDesc = nil;
|
||||||
|
/* */
|
||||||
|
libMessages.oopsNote = nil;
|
||||||
/* */
|
/* */
|
||||||
cls();
|
cls();
|
||||||
/* */
|
/* */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue