mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- Fix spelling error in comment.
SVN r2105 (trunk)
This commit is contained in:
parent
2228c37985
commit
74a7293133
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue