revert DONT_SAVE on spawnpoints

This commit is contained in:
mittorn 2016-10-02 15:07:27 +00:00
parent 60a307d059
commit 0c318c41b6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CBasePlayerStart : public CPointEntity
{
public:
// 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:
};