mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix a few typos (#699)
Co-authored-by: smallmodel <15067410+smallmodel@users.noreply.github.com>
This commit is contained in:
parent
b5e49df180
commit
921726e0b8
3 changed files with 3 additions and 3 deletions
|
@ -432,7 +432,7 @@ Event EV_Actor_SetAnimFinal
|
||||||
EV_DEFAULT,
|
EV_DEFAULT,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
"Whether the animation was succesfully finished",
|
"Whether the animation was successfully finished",
|
||||||
EV_SETTER
|
EV_SETTER
|
||||||
);
|
);
|
||||||
Event EV_Actor_GetWeaponType
|
Event EV_Actor_GetWeaponType
|
||||||
|
|
|
@ -77,7 +77,7 @@ Event EV_Trigger_SetCount
|
||||||
EV_DEFAULT,
|
EV_DEFAULT,
|
||||||
"i",
|
"i",
|
||||||
"count",
|
"count",
|
||||||
"Set the amount of times this trigger can be triggered",
|
"Set the number of times this trigger can be triggered",
|
||||||
EV_NORMAL
|
EV_NORMAL
|
||||||
);
|
);
|
||||||
Event EV_Trigger_SetMessage
|
Event EV_Trigger_SetMessage
|
||||||
|
|
|
@ -669,7 +669,7 @@ void EventArgDef::Setup(const char *eventName, const char *argName, const char *
|
||||||
if (!endptr) {
|
if (!endptr) {
|
||||||
assert(0);
|
assert(0);
|
||||||
EVENT_Printf(
|
EVENT_Printf(
|
||||||
"Argument defintion %s, no matching ']' found for range spec in event %s.\n",
|
"Argument definition %s, no matching ']' found for range spec in event %s.\n",
|
||||||
name.c_str(),
|
name.c_str(),
|
||||||
eventName
|
eventName
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue