- Converted A_Puzzleitems.cpp and parts of A_HexenSpecialdecs.cpp to DECORATE and fixed a few broken Hexen items.

SVN r78 (trunk)
This commit is contained in:
Christoph Oelckers 2006-05-04 19:36:12 +00:00
commit d06793ad7e
10 changed files with 621 additions and 928 deletions

View file

@ -1082,7 +1082,7 @@ void FFontChar2::MakeTexture ()
I_FatalError ("The font %s is corrupt", name);
}
Spans = CreateSpans (Pixels);
if (Spans!=NULL) Spans = CreateSpans (Pixels);
}
//===========================================================================