diff options
Diffstat (limited to 'graphics.inc')
-rw-r--r-- | graphics.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.inc b/graphics.inc index 273cc6ba..df3b3a04 100644 --- a/graphics.inc +++ b/graphics.inc @@ -319,7 +319,7 @@ vgacursorcommon: linear_color db 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0 UsingVGA db 0 - section .bss + section .latebss alignb 2 GraphXSize resw 1 ; Width of splash screen file VGAPos resw 1 ; Pointer into VGA memory |