Browse Source

revert DONT_SAVE on spawnpoints

hlzbot-dirty
mittorn 8 years ago
parent
commit
0c318c41b6
  1. 2
      dlls/subs.cpp

2
dlls/subs.cpp

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

Loading…
Cancel
Save