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:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user