removed character::move

This commit is contained in:
2024-07-15 16:54:19 -04:00
parent fb026e36a8
commit e29b26303d
3 changed files with 1 additions and 15 deletions

View File

@ -12,8 +12,7 @@ protected:
public:
player_base(RNG *rng, const feature enabled_features,
const enum race &nrace);
virtual long_result move(level *lvl,
const position &p) override;
virtual long_result move(level *lvl, const position &p);
virtual long_result apply(potion *p);