Skip to content
Snippets Groups Projects
Commit 33d14bbb 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 f7e4fd91 dc03e34a
No related branches found
No related tags found
No related merge requests found
......@@ -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