Bunch of comment fixes
This commit is contained in:
parent
0e6632f464
commit
baca82d64e
17 changed files with 21 additions and 20 deletions
|
@ -1550,7 +1550,7 @@ static void R_LoadFogs( lump_t *l, lump_t *brushesLump, lump_t *sidesLump ) {
|
|||
}
|
||||
count = l->filelen / sizeof(*fogs);
|
||||
|
||||
// create fog strucutres for them
|
||||
// create fog structures for them
|
||||
s_worldData.numfogs = count + 1;
|
||||
s_worldData.fogs = ri.Hunk_Alloc ( s_worldData.numfogs*sizeof(*out), h_low);
|
||||
out = s_worldData.fogs + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue