trivial: added 'override' to troll.h
This commit is contained in:
@ -8,7 +8,7 @@ class troll final: public player_base {
|
||||
public:
|
||||
troll(RNG *rng, const feature enabled_features);
|
||||
const char *get_race_name() const override;
|
||||
void start_turn();
|
||||
void start_turn() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user