1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 11:57:40 +00:00

ru:: refactored entity::kino

This commit is contained in:
Zeno Rogue
2025-05-04 10:00:50 +02:00
parent b9230bd662
commit 0735ce785a
2 changed files with 59 additions and 52 deletions

View File

@@ -178,6 +178,8 @@ struct entity {
bool destroyed;
void kino();
void apply_vel();
void apply_walls();
void apply_grav();
void apply_portal_grav();
virtual void act() { kino(); }