tfv: hack to avoid sky being glitchy if odd number of pre-start keypresses

DRAW_PAGE is off somehow

just draw background one extra time for now
This commit is contained in:
Vince Weaver 2018-07-18 00:12:17 -04:00
parent c18d2e10e0
commit 31297dcfdc

View File

@ -945,7 +945,7 @@ int flying(void) {
ram[ANGLE]=1; /* 1 so you can see island */
ram[DRAW_SKY]=2;
ram[DRAW_SKY]=3;
ram[SPACEZ_I]=4;
ram[SPACEZ_F]=0x80; /* Z=4.5 */