mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 11:53:10 +00:00
- Fixed: ZDaemon's special numbers were wrong.
This commit is contained in:
parent
95c8faaa22
commit
883fcf50b1
1 changed files with 2 additions and 2 deletions
|
@ -364,8 +364,8 @@ special
|
||||||
-125:GetDBEntries(1),
|
-125:GetDBEntries(1),
|
||||||
|
|
||||||
// ZDaemon's
|
// ZDaemon's
|
||||||
-19260:GetTeamScore(1),
|
-19620:GetTeamScore(1),
|
||||||
-19261:SetTeamScore(2),
|
-19621:SetTeamScore(2),
|
||||||
|
|
||||||
-100000:__EndOfList__(10);
|
-100000:__EndOfList__(10);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue