renamed display to output
This commit is contained in:
@ -9,7 +9,7 @@ halfling::halfling(RNG *rng, const feature enabled_features,
|
||||
const int gen_room_num):
|
||||
enemy_base{rng, enabled_features, rhalfling, pos, gen_room_num, "L"} {}
|
||||
|
||||
void halfling::print(display *out) {
|
||||
void halfling::print(output *out) {
|
||||
out->print_char(pos, 'L', COLOR_PAIR(COLOR_RED));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user