cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@@ -7,5 +7,4 @@
|
||||
class CProjectile : public CObject
|
||||
{
|
||||
public:
|
||||
void dtor(void) { this->CProjectile::~CProjectile(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user