Fixed incorrect DispatchSpawn signature for ZPS and added ShowMenu and Hudtext support (bug 4279, r=Fyren)

This commit is contained in:
Nicholas Hastings 2010-03-09 20:39:56 -05:00
parent 74892f1562
commit 2143a66ad6
2 changed files with 4 additions and 1 deletions

View File

@ -137,6 +137,7 @@
"game" "bg2" "game" "bg2"
"game" "cspromod" "game" "cspromod"
"game" "FortressForever" "game" "FortressForever"
"game" "zps"
} }
"Keys" "Keys"
@ -159,6 +160,7 @@
"game" "cspromod" "game" "cspromod"
"game" "pvkii" "game" "pvkii"
"game" "FortressForever" "game" "FortressForever"
"game" "zps"
} }
"Keys" "Keys"
@ -184,6 +186,7 @@
"game" "insurgency" "game" "insurgency"
"game" "cspromod" "game" "cspromod"
"game" "pvkii" "game" "pvkii"
"game" "zps"
} }
"Keys" "Keys"

View File

@ -115,7 +115,7 @@
{ {
"library" "server" "library" "server"
"linux" "@_Z13DispatchSpawnP11CBaseEntity" "linux" "@_Z13DispatchSpawnP11CBaseEntity"
"windows" "\x53\x55\x56\x8B\x74\x24\x10\x2A\x85\xF6\x0F\x84\x2A\x2A\x2A\x2A\x8B\x1D\x2A\x2A\x2A\x2A\x8B\x03\x8B\x50\x60\x8B\xCB" "windows" "\x53\x55\x56\x8B\x74\x2A\x2A\x57\x85\xF6\x0F\x2A\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x8B\x03\x8B\x50\x2A\x8B\xCB"
} }
} }
} }