Bunch of comment fixes

This commit is contained in:
Tequila 2014-03-13 02:20:54 +01:00
parent 0e6632f464
commit baca82d64e
17 changed files with 21 additions and 20 deletions

View file

@ -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;