mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 08:27:41 +00:00
CPlayer header, more CScriptPlatform, renaming
Former-commit-id: 5d9f7afa3b
This commit is contained in:
@@ -103,7 +103,7 @@ inline const T* TCastToConstPtr(const CEntity* p) {
|
||||
}
|
||||
template < typename T >
|
||||
inline const T* TCastToConstPtr(const CEntity& p) {
|
||||
return TCastToPtr< T >(const_cast< CEntity* >(&p));
|
||||
return TCastToPtr< T >(const_cast< CEntity& >(p));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user