From 0a2ff63bfa03bedf064388e5916ff3a5f73d562e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 14 Aug 2023 00:30:30 +0900 Subject: [PATCH] Fix typo in g_misc.cpp seperated -> separated --- rerelease/g_misc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rerelease/g_misc.cpp b/rerelease/g_misc.cpp index 67b013ae..d47c260b 100644 --- a/rerelease/g_misc.cpp +++ b/rerelease/g_misc.cpp @@ -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); -} \ No newline at end of file +}