mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
TODO: make this a warning for now...until then need to find out what's causing exteriorAppearanceTemplate to be a null pointer now
This commit is contained in:
@@ -68,7 +68,7 @@ void SetWarningCallback(WarningCallback);
|
||||
template <class T>
|
||||
inline T *NonNull(T *pointer, const char *name)
|
||||
{
|
||||
FATAL(!pointer, ("%s pointer is null", name));
|
||||
WARNING(!pointer, ("%s pointer is null", name));
|
||||
return pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user