mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
ULTIMA: ULTIMA1: Added virtual destructor
This commit is contained in:
parent
343bfe42d8
commit
8c01b5c675
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user