Add DPT_Int64 type to netprop dumps (bug 5655, r=asherkin).
This commit is contained in:
parent
b64751c1af
commit
88af208cdd
@ -263,6 +263,12 @@ const char *GetDTTypeName(int type)
|
|||||||
{
|
{
|
||||||
return "datatable";
|
return "datatable";
|
||||||
}
|
}
|
||||||
|
#if SOURCE_ENGINE >= SE_ALIENSWARM
|
||||||
|
case DPT_Int64:
|
||||||
|
{
|
||||||
|
return "int64";
|
||||||
|
}
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user