mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +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
|
else
|
||||||
{
|
{
|
||||||
if (activator != nullptr && activator->IsKindOf (NAME_ScriptedMarine)))
|
if (activator != nullptr && activator->IsKindOf (NAME_ScriptedMarine))
|
||||||
{
|
{
|
||||||
SetMarineWeapon(activator, STACK(1));
|
SetMarineWeapon(activator, STACK(1));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue