merged paul
This commit is contained in:
@ -41,6 +41,6 @@ potion &potion::operator=(potion &&p) {
|
||||
return *this;
|
||||
}
|
||||
|
||||
void potion::print(display *out, bool color) {
|
||||
out->print_char(pos, 'P');
|
||||
void potion::print(display *out) {
|
||||
out->print_char(pos, 'P', COLOR_PAIR(COLOR_GREEN));
|
||||
}
|
||||
|
Reference in New Issue
Block a user