forked from jaildesigner-jailgames/jaildoctors_dilemma
fix: errors de renombrat de variables
This commit is contained in:
@@ -180,7 +180,7 @@ void Player::checkState(float delta_time) {
|
||||
void Player::switchBorders() {
|
||||
switch (border_) {
|
||||
case Room::Border::TOP:
|
||||
y_ = PLAY_AREA_BOTTOM - HEIGHT - BLOCK;
|
||||
y_ = PLAY_AREA_BOTTOM - HEIGHT - TILE_SIZE;
|
||||
setState(State::STANDING);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user