From f8d37e5df7fe9de992c1c386a22f5c5911b745cb Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Sun, 1 Jan 2017 00:39:33 +0000 Subject: [PATCH] fix commenting and indentation that was rushed for new years --- src/dehacked.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dehacked.c b/src/dehacked.c index c23f4379b..ea8b7cb3c 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -1131,7 +1131,7 @@ static void readlevelheader(MYFILE *f, INT32 num) } else if (fastcmp(word2, "ALL")) { - mobjtype_t tmpflickies[MAXFLICKIES]; + mobjtype_t tmpflickies[MAXFLICKIES]; for (mapheaderinfo[num-1]->numFlickies = 0; ((mapheaderinfo[num-1]->numFlickies < MAXFLICKIES) && FLICKYTYPES[mapheaderinfo[num-1]->numFlickies].type); @@ -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 {