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

Load terrain.fnt from startup directory, not game directory

Resolves !ERROR Cannot load font \sbbs\xtrn\war\worlds\alderon\terrain.fnt!
parent eda5b992
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2430,7 +2430,7 @@ function main(argc, argv)
if(argc)
set_game(argv[0]);
load("loadfont.js", '-H', getpath('terrain.fnt'));
load("loadfont.js", '-H', js.startup_dir + 'terrain.fnt');
if(bbs.mods.CTerm_Version != null) {
console.write("\x1b[?31h\x1b[1;255 D");
js.on_exit('console.write("\x1b[?31l")');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment