games/c4: fix NASM compilation warnings

git-svn-id: svn://kolibrios.org@1821 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2011-01-31 11:57:23 +00:00
parent 01484d760c
commit 9f84f1f1fd
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -510,7 +510,7 @@ getMouseCol:
inc eax ; xform into range [1,7]
ret
.outside
.outside:
xor eax,eax
ret

View File

@ -338,7 +338,7 @@ drawLabels:
mov eax,MOS_SC_WRITETEXT
int 0x40
.next
.next:
add edi,LABEL_size ; next label
pop ecx
dec ecx