diff --git a/src/p_mobj.cpp b/src/p_mobj.cpp index e0c9530d357..8e5e1d3a267 100644 --- a/src/p_mobj.cpp +++ b/src/p_mobj.cpp @@ -6101,6 +6101,9 @@ AActor *P_SpawnMapThing (FMapThing *mthing, int position) if (mthing->arg0str != NAME_None) { PalEntry color = V_GetColor(nullptr, mthing->arg0str); + light->args[0] = color.r; + light->args[1] = color.g; + light->args[2] = color.b; } else if (light->lightflags & LF_SPOT) {