1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Merge pull request #911 from adrian17/develop

Removed accidental call to original code in decompiled function
This commit is contained in:
Ted John
2015-03-13 22:00:46 +00:00

View File

@@ -1240,7 +1240,7 @@ void window_staff_overview_viewport_init_wrapper(){
/* rct2: 0x006BEDA3 */
void window_staff_viewport_init(rct_window* w){
RCT2_CALLPROC_X(0x006BEDA3, 0, 0, 0, 0, (int)w, 0, 0);
//RCT2_CALLPROC_X(0x006BEDA3, 0, 0, 0, 0, (int)w, 0, 0);
if (w->page != WINDOW_STAFF_OVERVIEW) return;