mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Merge pull request #9358 from ZehMatt/undo-fuckup1
Remove useless log_info
This commit is contained in:
@@ -891,8 +891,6 @@ void window_set_location(rct_window* w, int32_t x, int32_t y, int32_t z)
|
|||||||
*/
|
*/
|
||||||
void window_scroll_to_location(rct_window* w, int32_t x, int32_t y, int32_t z)
|
void window_scroll_to_location(rct_window* w, int32_t x, int32_t y, int32_t z)
|
||||||
{
|
{
|
||||||
log_info("YEP");
|
|
||||||
|
|
||||||
LocationXYZ16 location_3d = { (int16_t)x, (int16_t)y, (int16_t)z };
|
LocationXYZ16 location_3d = { (int16_t)x, (int16_t)y, (int16_t)z };
|
||||||
|
|
||||||
assert(w != nullptr);
|
assert(w != nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user