- Fix spelling error in comment.

SVN r2105 (trunk)
This commit is contained in:
Randy Heit 2010-01-08 02:17:49 +00:00
parent 2228c37985
commit 74a7293133

View file

@ -95,7 +95,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_Beacon)
} }
if (owner != NULL) 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) if (multiplayer)
{ {
rebel->Translation = owner->Translation; rebel->Translation = owner->Translation;