Skip to content
Snippets Groups Projects
Commit 06e183df authored by Michael Long's avatar Michael Long
Browse files

fix system name

parent d5ae1e5f
No related branches found
No related tags found
No related merge requests found
Pipeline #290 canceled
// TODO: dk.system.name doesn't get populated...
load("dorkit.js"); load("dorkit.js");
load("lockfile.js"); load("lockfile.js");
var game_dir='.'; var game_dir='.';
...@@ -115,7 +113,7 @@ function show_intro() ...@@ -115,7 +113,7 @@ function show_intro()
dk.console.println(""); dk.console.println("");
dk.console.center("Copyright (c) 2009 by Stephen Hurd. All Rights Reserved."); dk.console.center("Copyright (c) 2009 by Stephen Hurd. All Rights Reserved.");
dk.console.println(""); dk.console.println("");
dk.console.center("Running on "+dk.system.name+" courtesy of "+dk.system.sysop_name+"."); dk.console.center("Running on "+system.name+" courtesy of "+dk.system.sysop_name+".");
dk.console.println(""); dk.console.println("");
check_syncterm_music(); check_syncterm_music();
dk.console.gotoxy(0,dk.console.rows-1); dk.console.gotoxy(0,dk.console.rows-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment