Skip to content
Snippets Groups Projects
Commit bdd3821e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'dasme/gravyard' into 'master'

gravyard - Added missing declaration in exit_game

See merge request !274
parents c12c1739 37a60f7d
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!274gravyard - Added missing declaration in exit_game
......@@ -241,6 +241,7 @@ var Graveyard_Defs = [
/* -=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
function exit_game() {
var i;
sclrscr();
lln('`2Thanks for playing`% '+graName+' `0'+graVersion);
lw('`2Now returning to Other Places');
......@@ -249,7 +250,6 @@ function exit_game() {
lw('`4.');
}
//Catch any unsaved record changes and close out all open files.
graFile.put();
player.put();
graFile.close();
menu_file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment