Skip to content
Snippets Groups Projects
Commit 4fe0bfdc authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Some Atari (and likely C64) fixes

1) setfont() after loading fonts
2) In X11 mode, don't translate ASCII characters from unicode...
   this was causing non-ASCII characters to be translated twice.
parent c38a9758
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2343 passed
......@@ -1772,6 +1772,7 @@ int main(int argc, char **argv)
FREE_AND_NULL(conio_fontdata[i].desc);
}
load_font_files();
setfont(find_font_id(bbs->font),TRUE,1);
if(doterm(bbs))
quitting=TRUE;
fake_mode = -1;
......
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