From e5cffa523700bfc9de52638d1453b255100d6366 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Tue, 17 Jan 2017 14:48:15 +0000 Subject: [PATCH] Comment correction. --- src/r_things.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_things.c b/src/r_things.c index 6f0b43f04..e84c13a9f 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -2587,11 +2587,11 @@ static UINT16 W_CheckForSkinMarkerInPwad(UINT16 wadid, UINT16 startlump) } // -// Add skins from a pwad, each skin preceded by 'S_SKIN' marker +// Patch skins from a pwad, each skin preceded by 'P_SKIN' marker // // Does the same is in w_wad, but check only for -// the first 6 characters (this is so we can have S_SKIN1, S_SKIN2.. +// the first 6 characters (this is so we can have P_SKIN1, P_SKIN2.. // for wad editors that don't like multiple resources of the same name) // static UINT16 W_CheckForPatchSkinMarkerInPwad(UINT16 wadid, UINT16 startlump)