mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 21:26:57 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
template <class UTLMAP, int KEY_TYPE, int FIELD_TYPE>
|
||||
template <class UTLMAP, intp KEY_TYPE, intp FIELD_TYPE>
|
||||
class CUtlMapDataOps : public CDefSaveRestoreOps
|
||||
{
|
||||
public:
|
||||
@@ -169,7 +169,7 @@ public:
|
||||
|
||||
//-------------------------------------
|
||||
|
||||
template <int KEYTYPE, int FIELD_TYPE>
|
||||
template <intp KEYTYPE, intp FIELD_TYPE>
|
||||
class CUtlMapDataopsInstantiator
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user