Skip to content

Commit

Permalink
[RA] 320x200: Adjust fonts on DOS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano Belinassi authored and giulianobelinassi committed Jan 11, 2022
1 parent 618da56 commit 0ad3ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redalert/dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void Simple_Text_Print(char const* text,
/*
** Change the current font if it differs from the font desired.
*/
xspace = 1;
xspace = (RESFACTOR == 1) ? 0 : 1;
yspace = 0;

switch (point) {
Expand Down

0 comments on commit 0ad3ad9

Please sign in to comment.