Tweaked MDA aspect ratio, and turned 40-column font scaling back on

This commit is contained in:
Jeff Parsons 2016-04-02 13:13:47 -07:00
commit 3b2cbcaa88
18 changed files with 194 additions and 194 deletions

View file

@ -4825,7 +4825,7 @@ Video.prototype.setDimensions = function()
if (DEBUG) this.log("setDimensions(): switching to double-size font, unscaled");
}
}
if (font) {
if (!this.fScaleFont) {
this.cxScreenCell = font.cxCell;
this.cyScreenCell = font.cyCell;
}