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
commit a61b9878e6
1 changed files with 1 additions and 1 deletions

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;