Merged duplicate client/server functions (placed into PMOVETST.C).

PM/SV_HullPointContents > HullPointContents
Client now uses WORLDA.S (renamed func)
This commit is contained in:
Dabb 2001-03-05 11:51:17 +00:00
parent e703935e9b
commit f15c42184d

View file

@ -50,8 +50,8 @@ Ltemp: .long 0
#define p 12+12 // because only partially pushed
.align 4
.globl C(SV_HullPointContents)
C(SV_HullPointContents):
.globl C(HullPointContents)
C(HullPointContents):
pushl %edi // preserve register variables
movl num(%esp),%eax
testl %eax,%eax