fix commenting and indentation that was rushed for new years

This commit is contained in:
toasterbabe 2017-01-01 00:39:33 +00:00
parent be140d8143
commit f8d37e5df7

View file

@ -1150,7 +1150,7 @@ static void readlevelheader(MYFILE *f, INT32 num)
mobjtype_t tmpflickies[MAXFLICKIES];
mapheaderinfo[num-1]->numFlickies = 0;
tmp = strtok(word2,",");
// get up to the first MAXFLICKIES flickies, then run the rest of the tokens out.
// get up to the first MAXFLICKIES flickies
do {
if (mapheaderinfo[num-1]->numFlickies == MAXFLICKIES) // never going to get above that number
{