mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-04 02:02:09 +00:00
revert DONT_SAVE on spawnpoints
This commit is contained in:
parent
60a307d059
commit
0c318c41b6
@ -67,7 +67,7 @@ class CBasePlayerStart : public CPointEntity
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// prevent transition as FCAP_ACROSS_TRANSITION does not help
|
// prevent transition as FCAP_ACROSS_TRANSITION does not help
|
||||||
virtual int ObjectCaps( void ) { return CPointEntity::ObjectCaps() | FCAP_DONT_SAVE; }
|
//virtual int ObjectCaps( void ) { return CPointEntity::ObjectCaps() | FCAP_DONT_SAVE; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user