mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 22:55:41 +03:00
Fix bug with message BarTime
This commit is contained in:
parent
794093708b
commit
b93a2a35ad
@ -1128,7 +1128,7 @@ void CBombGlow::__MAKE_VHOOK(Spawn)(void)
|
||||
{
|
||||
#ifdef REGAMEDLL_FIXES
|
||||
PRECACHE_MODEL("sprites/flare1.spr");
|
||||
#endif // REGAMEDLLFIXES
|
||||
#endif // REGAMEDLL_FIXES
|
||||
|
||||
pev->solid = SOLID_NOT;
|
||||
pev->movetype = MOVETYPE_NONE;
|
||||
|
@ -1779,7 +1779,7 @@ void CBasePlayer::SetProgressBarTime2(int time, float timeElapsed)
|
||||
|
||||
if (player->IsObserver() == OBS_IN_EYE && player->pev->iuser2 == myIndex)
|
||||
{
|
||||
MESSAGE_BEGIN(MSG_ONE, gmsgBarTime, NULL, player->pev);
|
||||
MESSAGE_BEGIN(MSG_ONE, gmsgBarTime2, NULL, player->pev);
|
||||
WRITE_SHORT(time);
|
||||
WRITE_SHORT(iTimeElapsed);
|
||||
MESSAGE_END();
|
||||
|
@ -1143,7 +1143,9 @@
|
||||
<AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>IF EXIST "$(ProjectDir)PostBuild.bat" (CALL "$(ProjectDir)PostBuild.bat" "$(TargetDir)" "$(TargetName)" "$(TargetExt)" "$(ProjectDir)")</Command>
|
||||
<Command>IF EXIST "$(ProjectDir)PostBuild.bat" (CALL "$(ProjectDir)PostBuild.bat" "$(TargetDir)" "$(TargetName)" "$(TargetExt)" "$(ProjectDir)")
|
||||
|
||||
IF EXIST "$(ProjectDir)START_VIP.bat" (CALL "$(ProjectDir)START_VIP.bat")</Command>
|
||||
<Message>Automatic deployment script</Message>
|
||||
</PostBuildEvent>
|
||||
<CustomBuildStep>
|
||||
|
Loading…
Reference in New Issue
Block a user