Merge pull request #379 from Edward850/sanitize

ACS module error was missing newline
This commit is contained in:
coelckers 2015-09-13 08:55:14 +02:00
commit afa438419d

View file

@ -1417,7 +1417,7 @@ FBehavior *FBehavior::StaticLoadModule (int lumpnum, FileReader *fr, int len)
else else
{ {
delete behavior; delete behavior;
Printf(TEXTCOLOR_RED "%s: invalid ACS module", Wads.GetLumpFullName(lumpnum)); Printf(TEXTCOLOR_RED "%s: invalid ACS module\n", Wads.GetLumpFullName(lumpnum));
return NULL; return NULL;
} }
} }