fix_nlassert_calls.patch
b/code/nel/include/nel/misc/static_map.h Thu May 13 22:21:51 2010 +0200 | ||
---|---|---|
144 | 144 |
{ |
145 | 145 |
iterator __i = find(__k); |
146 | 146 |
// The key MUST exist no automatic insertion done in this class |
147 |
nlassert(__i != end()) |
|
147 |
nlassert(__i != end());
|
|
148 | 148 |
return (*__i).second; |
149 | 149 |
} |
150 | 150 |
|
b/code/nel/tools/3d/build_clodtex/main.cpp Thu May 13 22:21:51 2010 +0200 | ||
---|---|---|
83 | 83 |
throw Exception("The shape %s is not a Mesh, a MeshMRM or MeshMMRMSkinned", shapeIn); |
84 | 84 |
|
85 | 85 |
// store in mesh |
86 |
nlassert (base) |
|
86 |
nlassert (base);
|
|
87 | 87 |
base->setupLodCharacterTexture(lodTexture); |
88 | 88 |
|
89 | 89 |
// serial |