mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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
|
// Like FindClass but creates a placeholder if no class
|
||||||
// is found. CreateDerivedClass will automatcally fill in
|
// is found. CreateDerivedClass will automatically fill
|
||||||
// the placeholder when the actual class is defined.
|
// in the placeholder when the actual class is defined.
|
||||||
const PClass *PClass::FindClassTentative (FName name)
|
const PClass *PClass::FindClassTentative (FName name)
|
||||||
{
|
{
|
||||||
if (name == NAME_None)
|
if (name == NAME_None)
|
||||||
|
|
|
@ -904,7 +904,7 @@ struct line_t
|
||||||
slopetype_t slopetype; // To aid move clipping.
|
slopetype_t slopetype; // To aid move clipping.
|
||||||
sector_t *frontsector, *backsector;
|
sector_t *frontsector, *backsector;
|
||||||
int validcount; // if == validcount, already checked
|
int validcount; // if == validcount, already checked
|
||||||
int locknumber; // [Dusk] lock number for special
|
int locknumber; // [Dusk] lock number for special
|
||||||
};
|
};
|
||||||
|
|
||||||
// phares 3/14/98
|
// phares 3/14/98
|
||||||
|
|
|
@ -491,7 +491,7 @@ int V_GetColorFromString (const DWORD *palette, const char *cstr)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
normal:
|
normal:
|
||||||
// Treat it as a space-delemited hexadecimal string
|
// Treat it as a space-delimited hexadecimal string
|
||||||
for (i = 0; i < 3; ++i)
|
for (i = 0; i < 3; ++i)
|
||||||
{
|
{
|
||||||
// Skip leading whitespace
|
// Skip leading whitespace
|
||||||
|
|
Loading…
Reference in a new issue