Fixed clicking on peep causing hybrid

This commit is contained in:
Duncan Frost 2014-08-17 11:01:34 +01:00
parent 2dcdb09d05
commit aa0709c439
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@ uint32 window_peep_page_enabled_widgets[] = {
void window_peep_open(rct_peep* peep){
if (peep->type == PEEP_TYPE_STAFF){
RCT2_CALLPROC_X(0x006989E9, 0, 0, 0, (int)peep, 0, 0, 0);
window_staff_peep_open(peep);
return;
}
rct_window* window;