forked from KolibriOS/kolibrios
games/c4: fix NASM compilation warnings
git-svn-id: svn://kolibrios.org@1821 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
01484d760c
commit
9f84f1f1fd
@ -176,7 +176,7 @@ alphabeta:
|
||||
xor eax,eax
|
||||
leave
|
||||
ret 4*4
|
||||
.notfull
|
||||
.notfull:
|
||||
; max search depth reached -> do static evaluation
|
||||
cmp dword [ply],0
|
||||
je .staticeval
|
||||
|
@ -510,7 +510,7 @@ getMouseCol:
|
||||
|
||||
inc eax ; xform into range [1,7]
|
||||
ret
|
||||
.outside
|
||||
.outside:
|
||||
xor eax,eax
|
||||
ret
|
||||
|
||||
|
@ -338,7 +338,7 @@ drawLabels:
|
||||
mov eax,MOS_SC_WRITETEXT
|
||||
int 0x40
|
||||
|
||||
.next
|
||||
.next:
|
||||
add edi,LABEL_size ; next label
|
||||
pop ecx
|
||||
dec ecx
|
||||
|
Loading…
Reference in New Issue
Block a user