mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 14:31:58 +00:00
fix build with clang, fix saverestore again, android mod launcher support
This commit is contained in:
@@ -733,7 +733,7 @@ inline void CInterpolatedVarArrayBase<Type, IS_ARRAY>::AddToHead( float changeTi
|
||||
}
|
||||
|
||||
CInterpolatedVarEntry *e = &m_VarHistory[ newslot ];
|
||||
e->NewEntry( values, m_nMaxCount, changeTime );
|
||||
e->NewEntry( (Type*)values, m_nMaxCount, changeTime );
|
||||
}
|
||||
|
||||
template< typename Type, bool IS_ARRAY >
|
||||
|
||||
Reference in New Issue
Block a user