1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00

sub_6E7FF3 no longer causes problems

This commit is contained in:
Michał Janiszewski
2015-10-01 18:57:45 +02:00
parent df52bb5ca1
commit 9a1e88872f

View File

@@ -271,11 +271,7 @@ void sub_689174(sint16* x, sint16* y, sint16 *z)
void sub_6E7FF3(rct_window *w, rct_viewport *viewport, int x, int y)
{
#ifdef _WIN32
RCT2_CALLPROC_X(0x006E7FF3, 0, 0, 0, x, (int)viewport, (int)w, y);
#else
STUB();
#endif // _WIN32
// int zoom = 1 << viewport->zoom;
// if (w >= RCT2_GLOBAL(RCT2_ADDRESS_NEW_WINDOW_PTR, rct_window*)){