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

@ -33,7 +33,7 @@ public:
position get_pos() const;
void set_pos(const position &npos);
virtual void print(display *out, bool color = false);
virtual void print(display *out);
};
typedef std::vector<potion *> potion_list;