Code cleanup
This commit is contained in:
@@ -2715,9 +2715,7 @@ NEWSYM cpuover
|
|||||||
; pop es
|
; pop es
|
||||||
|
|
||||||
mov byte[NetCommand],0
|
mov byte[NetCommand],0
|
||||||
|
|
||||||
mov byte[NextNGDisplay],1
|
mov byte[NextNGDisplay],1
|
||||||
|
|
||||||
cmp byte[newengen],0
|
cmp byte[newengen],0
|
||||||
je .nonewgfx
|
je .nonewgfx
|
||||||
cmp byte[curblank],0h
|
cmp byte[curblank],0h
|
||||||
@@ -2728,7 +2726,6 @@ NEWSYM cpuover
|
|||||||
; je .nonewgfx
|
; je .nonewgfx
|
||||||
call StartDrawNewGfx
|
call StartDrawNewGfx
|
||||||
.nonewgfx
|
.nonewgfx
|
||||||
|
|
||||||
cmp byte[chaton],1
|
cmp byte[chaton],1
|
||||||
je near .nonet
|
je near .nonet
|
||||||
cmp byte[CNetType],20
|
cmp byte[CNetType],20
|
||||||
@@ -2814,7 +2811,6 @@ NEWSYM cpuover
|
|||||||
.nonet
|
.nonet
|
||||||
mov dh,[tempdh]
|
mov dh,[tempdh]
|
||||||
inc word[curypos]
|
inc word[curypos]
|
||||||
|
|
||||||
cmp byte[CurRecv],1
|
cmp byte[CurRecv],1
|
||||||
je .noinputread
|
je .noinputread
|
||||||
cmp byte[NoInputRead],1
|
cmp byte[NoInputRead],1
|
||||||
@@ -3336,6 +3332,7 @@ NEWSYM cpuover
|
|||||||
jmp .norecvchats
|
jmp .norecvchats
|
||||||
.recvchats
|
.recvchats
|
||||||
push ebx
|
push ebx
|
||||||
|
|
||||||
call MoveStringChat
|
call MoveStringChat
|
||||||
|
|
||||||
mov ebx,chatstrR
|
mov ebx,chatstrR
|
||||||
|
|||||||
Reference in New Issue
Block a user