mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Fix gcc 9/10 & mapbase build errors
This commit is contained in:
@@ -200,7 +200,7 @@ DECLARE_DEDUCE_FIELDTYPE( FIELD_VECTOR, const QAngle& );
|
||||
template <typename T>
|
||||
inline const char * ScriptFieldTypeName()
|
||||
{
|
||||
T::using_unknown_script_type();
|
||||
return T::using_unknown_script_type();
|
||||
}
|
||||
|
||||
#define DECLARE_NAMED_FIELDTYPE( fieldType, strName ) template <> inline const char * ScriptFieldTypeName<fieldType>() { return strName; }
|
||||
|
||||
Reference in New Issue
Block a user