mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-10 11:14:07 +00:00
ru:: invinc_end initialized correctly
This commit is contained in:
parent
df3ae7b584
commit
1fb931836a
@ -135,7 +135,7 @@ struct entity {
|
|||||||
where_y = screen_y / 2.;
|
where_y = screen_y / 2.;
|
||||||
vel_x = 0;
|
vel_x = 0;
|
||||||
vel_y = 0;
|
vel_y = 0;
|
||||||
destroyed = false;
|
destroyed = false; invinc_end = -1;
|
||||||
clearg();
|
clearg();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user