mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 06:23:00 +00:00
racing:: you can no more start moving by pressing GO before the time starts
This commit is contained in:
@@ -1580,7 +1580,7 @@ void movePlayer(monster *m, int delta) {
|
||||
if(abs(mdx) > abs(mturn)) mturn = -mdx;
|
||||
mdx = mdy = 0;
|
||||
facemouse = shotkey = dropgreen = false;
|
||||
if(ticks < racing::race_start_tick) mgo = 0;
|
||||
if(ticks < racing::race_start_tick || !racing::race_start_tick) mgo = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user