mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 05:21:02 +00:00
Typo.
This commit is contained in:
parent
1794774f22
commit
d207f426c1
1 changed files with 1 additions and 1 deletions
|
@ -9861,7 +9861,7 @@ scriptwait:
|
|||
}
|
||||
else
|
||||
{
|
||||
if (activator != nullptr && activator->IsKindOf (NAME_ScriptedMarine)))
|
||||
if (activator != nullptr && activator->IsKindOf (NAME_ScriptedMarine))
|
||||
{
|
||||
SetMarineWeapon(activator, STACK(1));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue