Extra info lines fix. [pagefault]
This commit is contained in:
@@ -3574,7 +3574,7 @@ NEWSYM copyvid
|
|||||||
cmp edi,CSStatus
|
cmp edi,CSStatus
|
||||||
je .fivex5b
|
je .fivex5b
|
||||||
cmp byte[SmallMsgText],1
|
cmp byte[SmallMsgText],1
|
||||||
je .fivex5b
|
je .smallmsgtext
|
||||||
call OutputGraphicString.no16bit
|
call OutputGraphicString.no16bit
|
||||||
jmp .nfivex5b
|
jmp .nfivex5b
|
||||||
.fivex5b
|
.fivex5b
|
||||||
@@ -3587,6 +3587,9 @@ NEWSYM copyvid
|
|||||||
mov esi,216*288+32
|
mov esi,216*288+32
|
||||||
add esi,[vidbuffer]
|
add esi,[vidbuffer]
|
||||||
call OutputGraphicString5x5
|
call OutputGraphicString5x5
|
||||||
|
jmp .nfivex5b
|
||||||
|
.smallmsgtext
|
||||||
|
call OutputGraphicString5x5
|
||||||
.nfivex5b
|
.nfivex5b
|
||||||
dec dword[MessageOn]
|
dec dword[MessageOn]
|
||||||
jnz .nomsg
|
jnz .nomsg
|
||||||
@@ -3601,10 +3604,9 @@ NEWSYM copyvid
|
|||||||
cmp edi,CSStatus
|
cmp edi,CSStatus
|
||||||
je .fivex5
|
je .fivex5
|
||||||
cmp byte[SmallMsgText],1
|
cmp byte[SmallMsgText],1
|
||||||
je .fivex5
|
je .smallmsgtext2
|
||||||
call OutputGraphicString16b
|
call OutputGraphicString16b
|
||||||
jmp .nfivex5
|
jmp .nfivex5
|
||||||
.statusline2
|
|
||||||
.fivex5
|
.fivex5
|
||||||
call OutputGraphicString16b5x5
|
call OutputGraphicString16b5x5
|
||||||
mov edi,CSStatus2
|
mov edi,CSStatus2
|
||||||
@@ -3615,6 +3617,9 @@ NEWSYM copyvid
|
|||||||
mov esi,216*288*2+32*2
|
mov esi,216*288*2+32*2
|
||||||
add esi,[vidbuffer]
|
add esi,[vidbuffer]
|
||||||
call OutputGraphicString16b5x5
|
call OutputGraphicString16b5x5
|
||||||
|
jmp .nfivex5
|
||||||
|
.smallmsgtext2
|
||||||
|
call OutputGraphicString16b5x5
|
||||||
.nfivex5
|
.nfivex5
|
||||||
dec dword[MessageOn]
|
dec dword[MessageOn]
|
||||||
.nomsg
|
.nomsg
|
||||||
|
|||||||
Reference in New Issue
Block a user