Mercurial > mm7
diff mm7_1.cpp @ 1545:c4ab816fcc5e
assert, Abortf, AbortWithError -> Assert, Error
refactors here and there
author | Nomad |
---|---|
date | Sat, 07 Sep 2013 20:05:20 +0200 |
parents | 499761153844 |
children | e668660457dc |
line wrap: on
line diff
--- a/mm7_1.cpp Sat Sep 07 15:20:57 2013 +0200 +++ b/mm7_1.cpp Sat Sep 07 20:05:20 2013 +0200 @@ -9,7 +9,6 @@ */ //#include <defs.h> -#include <assert.h> #include "Texture.h" #include "mm7_data.h" @@ -407,7 +406,7 @@ v4 = 225; v6 = 255; } - else assert(false); + else Error("Invalid alignment type: %u", align); uGameUIFontMain = v3; uGameUIFontShadow = TargetColor(v5, v4, v6);