corrected colors

This commit is contained in:
2024-07-13 15:43:21 -04:00
parent 3ae82841f4
commit ccf6dd0582
7 changed files with 7 additions and 15 deletions

View File

@ -18,7 +18,6 @@ private:
logger *log;
RNG *rng;
// IMPORTANT: during player generation,
std::unique_ptr<character> player;
public:
game(const feature enabled_features,
@ -28,7 +27,6 @@ public:
RNG *new_rng);
game_status run();
private:
int getcmd() const;
};
#endif