mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
multi:: radar works correctly in split_screen
This commit is contained in:
@@ -2343,7 +2343,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
"distances.)"
|
||||
);
|
||||
if(GDIM == 3 && pmodel == mdPerspective && !euclid) {
|
||||
ld current_camera_level = hdist0(tC0(radar_transform));
|
||||
ld current_camera_level = hdist0(tC0(current_display->radar_transform));
|
||||
help += "\n\n";
|
||||
if(abs(current_camera_level) < 1e-6)
|
||||
help += XLAT(
|
||||
|
||||
Reference in New Issue
Block a user