mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Fix spelling errors spotted by Gez in a few comments.
SVN r3957 (trunk)
This commit is contained in:
parent
2ce1debe8d
commit
a4312fb106
3 changed files with 4 additions and 4 deletions
|
@ -357,8 +357,8 @@ unsigned int PClass::Extend(unsigned int extension)
|
|||
}
|
||||
|
||||
// Like FindClass but creates a placeholder if no class
|
||||
// is found. CreateDerivedClass will automatcally fill in
|
||||
// the placeholder when the actual class is defined.
|
||||
// is found. CreateDerivedClass will automatically fill
|
||||
// in the placeholder when the actual class is defined.
|
||||
const PClass *PClass::FindClassTentative (FName name)
|
||||
{
|
||||
if (name == NAME_None)
|
||||
|
|
|
@ -904,7 +904,7 @@ struct line_t
|
|||
slopetype_t slopetype; // To aid move clipping.
|
||||
sector_t *frontsector, *backsector;
|
||||
int validcount; // if == validcount, already checked
|
||||
int locknumber; // [Dusk] lock number for special
|
||||
int locknumber; // [Dusk] lock number for special
|
||||
};
|
||||
|
||||
// phares 3/14/98
|
||||
|
|
|
@ -491,7 +491,7 @@ int V_GetColorFromString (const DWORD *palette, const char *cstr)
|
|||
else
|
||||
{
|
||||
normal:
|
||||
// Treat it as a space-delemited hexadecimal string
|
||||
// Treat it as a space-delimited hexadecimal string
|
||||
for (i = 0; i < 3; ++i)
|
||||
{
|
||||
// Skip leading whitespace
|
||||
|
|
Loading…
Reference in a new issue