ULTIMA: ULTIMA1: Added virtual destructor

This commit is contained in:
Eugene Sandulenko 2020-08-29 15:21:18 +02:00
parent 343bfe42d8
commit 8c01b5c675

View File

@ -60,7 +60,7 @@ private:
Ultima1Game *_game;
Character *_character;
WeaponType _type;
public:
public:
/**
* Constructor
*/
@ -98,7 +98,7 @@ private:
// Ultima1Game *_game;
Character *_character;
ArmorType _type;
public:
public:
/**
* Constructor
*/
@ -171,6 +171,7 @@ public:
* Constructor
*/
Character(Ultima1Game *game);
virtual ~Character() {}
/**
* Setup the party