mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 18:07:41 +00:00
nilrider:: goal checking and goal solving and goals for all levels
This commit is contained in:
@@ -121,7 +121,7 @@ bool timestamp::tick(level *lev) {
|
||||
vel -= sin(slope) * gravity / tps;
|
||||
if(vel < 0) {
|
||||
vel = 0;
|
||||
return false;
|
||||
if(ovel == 0) return false;
|
||||
}
|
||||
|
||||
auto mvel = (vel + ovel) / 2;
|
||||
|
Reference in New Issue
Block a user