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

gravyard - Added missing declaration in exit_game

parent a3415c26
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 = [ ...@@ -241,6 +241,7 @@ var Graveyard_Defs = [
/* -=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */ /* -=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
function exit_game() { function exit_game() {
var i;
sclrscr(); sclrscr();
lln('`2Thanks for playing`% '+graName+' `0'+graVersion); lln('`2Thanks for playing`% '+graName+' `0'+graVersion);
lw('`2Now returning to Other Places'); lw('`2Now returning to Other Places');
...@@ -249,7 +250,6 @@ function exit_game() { ...@@ -249,7 +250,6 @@ function exit_game() {
lw('`4.'); lw('`4.');
} }
//Catch any unsaved record changes and close out all open files. //Catch any unsaved record changes and close out all open files.
graFile.put();
player.put(); player.put();
graFile.close(); graFile.close();
menu_file.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