mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
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:
parent
c18d2e10e0
commit
31297dcfdc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user