diff --git a/src/g_strife/a_rebels.cpp b/src/g_strife/a_rebels.cpp index 6b4e74605..a9faf1671 100644 --- a/src/g_strife/a_rebels.cpp +++ b/src/g_strife/a_rebels.cpp @@ -95,7 +95,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_Beacon) } if (owner != NULL) { - // Rebels are the same color as their owner (but only in nomultiplayer) + // Rebels are the same color as their owner (but only in multiplayer) if (multiplayer) { rebel->Translation = owner->Translation;