forked from Hartmut/paradiso
final quickwings commit
This commit is contained in:
parent
e37a74137d
commit
b124afdedf
1 changed files with 0 additions and 2 deletions
|
@ -347,13 +347,11 @@ struct QuickWings {
|
|||
if (pos <= final_risky_pos_bottom_y && pos >= risky_pos_bottom_max_y) {
|
||||
if (collision_counter == 0) {
|
||||
collision_counter++;
|
||||
std::cout << "incremented!" << std::endl;
|
||||
}
|
||||
else {
|
||||
collision_counter = 2;
|
||||
}
|
||||
|
||||
|
||||
if (collision_counter == 2) {
|
||||
game_over = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue