mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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)
|
||||
{
|
||||
// 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;
|
||||
|
|
Loading…
Reference in a new issue