mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
M4: Add term_message for mine room entrances
This commit is contained in:
parent
657a684415
commit
3bb079bc2d
@ -195,6 +195,10 @@ void Mine::daemon() {
|
||||
|
||||
player_set_commands_allowed(false);
|
||||
ws_walk(ei.home_x, ei.home_y, nullptr, 303, ei.home_facing);
|
||||
term_message("Mine entry %d at (%d,%d) to (%d,%d, %d)",
|
||||
_presentSceneID,
|
||||
ei.offscreen_x, ei.offscreen_y,
|
||||
ei.home_x, ei.home_y, ei.home_facing);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user