Fixed DOS compiling.

This commit is contained in:
n-a-c-h
2006-03-28 21:11:07 +00:00
parent 0b4a463146
commit e99ff4819a

View File

@@ -46,9 +46,6 @@ EXTSYM MouseMoveX,MouseMoveY,MouseButtons,MultiMouseProcess,mouse
EXTSYM SB_blank,vsyncon,Triplebufen,granadd
%endif
%include "video/2xsaimmx.inc"
%include "video/copyvid.inc"
SECTION .bss
NEWSYM ScreenScale, resb 1 ; If horizontal is scaled or not
NEWSYM TempDebugV, resw 1 ; Temporary Debugging variable
@@ -68,6 +65,11 @@ SECTION .text
SECTION .text
%ifdef __MSDOS__
%include "video/2xsaimmx.inc"
%endif
%include "video/copyvid.inc"
;*******************************************************
; ShowVideo Processes & displays video
;*******************************************************