Fix typo in g_misc.cpp

seperated -> separated
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-14 00:30:30 +09:00 committed by GitHub
parent 60f29560f3
commit 0a2ff63bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ USE(Use_Areaportal) (edict_t *ent, edict_t *other, edict_t *activator) -> void
/*QUAKED func_areaportal (0 0 0) ?
This is a non-visible object that divides the world into
areas that are seperated when this portal is not activated.
areas that are separated when this portal is not activated.
Usually enclosed in the middle of a door.
*/
void SP_func_areaportal(edict_t *ent)
@ -2482,4 +2482,4 @@ void SP_misc_model(edict_t *ent)
{
gi.setmodel(ent, ent->model);
gi.linkentity(ent);
}
}