mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
switch_fpp enables racing::player_relative
This commit is contained in:
parent
2c7cf9704f
commit
704393295f
@ -429,6 +429,9 @@ void switch_always3() {
|
||||
need_reset_geometry = true;
|
||||
swapmatrix(View);
|
||||
callhooks(hooks_swapdim);
|
||||
#if CAP_RACING
|
||||
racing::player_relative = true;
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
geom3::always3 = false;
|
||||
|
Loading…
Reference in New Issue
Block a user