1
0
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:
Zeno Rogue 2025-04-27 12:41:14 +02:00
parent df3ae7b584
commit 1fb931836a

View File

@ -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();
}; };