aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/func_dust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/func_dust.cpp')
-rw-r--r--mp/src/game/server/func_dust.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/func_dust.cpp b/mp/src/game/server/func_dust.cpp
index 3e3fcb21..a06265ea 100644
--- a/mp/src/game/server/func_dust.cpp
+++ b/mp/src/game/server/func_dust.cpp
@@ -162,7 +162,7 @@ void CFunc_Dust::Spawn()
//Since keyvalues can arrive in any order, and UTIL_StringToColor32 stomps alpha,
//install the alpha value here.
- color32 clr = { m_Color.m_Value.r, m_Color.m_Value.g, m_Color.m_Value.b, m_iAlpha };
+ color32 clr = { m_Color.m_Value.r, m_Color.m_Value.g, m_Color.m_Value.b, (byte)m_iAlpha };
m_Color.Set( clr );
BaseClass::Spawn();