mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2025-01-31 04:30:53 +00:00
Fix typo in g_misc.cpp
seperated -> separated
This commit is contained in:
parent
60f29560f3
commit
0a2ff63bfa
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue