From ab8cccf8ed9a8c7927fa914728a64220ccadaaf5 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 11 Sep 2016 21:12:08 +0300 Subject: [PATCH] one more thing for clang --- source/manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/manager.cpp b/source/manager.cpp index 52ae81c..1fc540b 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -87,7 +87,7 @@ void BotManager::TouchWithKillerEntity (Bot *bot) kv.szClassName = const_cast (g_weaponDefs[bot->m_currentWeapon].className); kv.szKeyName = "damagetype"; kv.szValue = const_cast (FormatBuffer ("%d", (1 << 4))); - kv.fHandled = FALSE; + kv.fHandled = 0; MDLL_KeyValue (m_killerEntity, &kv); MDLL_Touch (m_killerEntity, bot->GetEntity ());