Skip to content
Snippets Groups Projects
Commit dc03e34a authored by Lloyd Hannesson's avatar Lloyd Hannesson Committed by Rob Swindell
Browse files

gravyard - Added missing declaration in exit_game

parent a5dfb2fc
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