mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Comment correction.
This commit is contained in:
parent
5138255b94
commit
e5cffa5237
1 changed files with 2 additions and 2 deletions
|
@ -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
|
// 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)
|
// for wad editors that don't like multiple resources of the same name)
|
||||||
//
|
//
|
||||||
static UINT16 W_CheckForPatchSkinMarkerInPwad(UINT16 wadid, UINT16 startlump)
|
static UINT16 W_CheckForPatchSkinMarkerInPwad(UINT16 wadid, UINT16 startlump)
|
||||||
|
|
Loading…
Reference in a new issue