mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-08 16:52:01 +00:00
Update p_actionfunctions.cpp
This commit is contained in:
parent
f7c3615d3b
commit
bea6d2434e
1 changed files with 1 additions and 1 deletions
|
@ -5194,4 +5194,4 @@ DEFINE_ACTION_FUNCTION(AActor, GetRenderStyle)
|
|||
if (self->RenderStyle == LegacyRenderStyles[i]) ACTION_RETURN_INT(i);
|
||||
}
|
||||
ACTION_RETURN_INT(-1); // no symbolic constant exists to handle this style.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue