mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
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:
parent
e703935e9b
commit
f15c42184d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue