mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Merge pull request #325 from FWGS/sohl1.2-fixes
Fix SoHL 1.2 to compile
This commit is contained in:
commit
bb3cc9f30c
@ -75,6 +75,9 @@ def build(bld):
|
||||
'message.cpp',
|
||||
'overview.cpp',
|
||||
'parsemsg.cpp',
|
||||
'particlemgr.cpp',
|
||||
'particlemsg.cpp',
|
||||
'particlesys.cpp',
|
||||
'saytext.cpp',
|
||||
'scoreboard.cpp',
|
||||
'status_icons.cpp',
|
||||
|
@ -310,9 +310,11 @@ void CEnvState::Think( void )
|
||||
{
|
||||
ALERT(at_console,"DEBUG: env_state \"%s\" turned itself off",STRING(pev->targetname));
|
||||
if (pev->target)
|
||||
{
|
||||
ALERT(at_console,": firing %s",STRING(pev->target));
|
||||
if (pev->noise2)
|
||||
ALERT(at_console," and %s",STRING(pev->noise2));
|
||||
}
|
||||
else if (pev->noise2)
|
||||
ALERT(at_console,": firing %s",STRING(pev->noise2));
|
||||
ALERT(at_console,".\n");
|
||||
|
@ -29,6 +29,7 @@ def build(bld):
|
||||
'agrunt.cpp',
|
||||
'airtank.cpp',
|
||||
'aflock.cpp',
|
||||
'alias.cpp',
|
||||
'animating.cpp',
|
||||
'animation.cpp',
|
||||
'apache.cpp',
|
||||
@ -80,11 +81,13 @@ def build(bld):
|
||||
'items.cpp',
|
||||
'leech.cpp',
|
||||
'lights.cpp',
|
||||
'locus.cpp',
|
||||
'maprules.cpp',
|
||||
'monstermaker.cpp',
|
||||
'monsters.cpp',
|
||||
'monsterstate.cpp',
|
||||
'mortar.cpp',
|
||||
'movewith.cpp',
|
||||
'mp5.cpp',
|
||||
'multiplay_gamerules.cpp',
|
||||
'nihilanth.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user