oops - bad implementation broke gunforce 2 - fixed.

This commit is contained in:
dinkc64 2014-08-30 13:29:33 +00:00
parent 98e2e08806
commit da96be41fc
1 changed files with 0 additions and 2 deletions

View File

@ -1328,8 +1328,6 @@ static void set_pf_info(INT32 layer, INT32 data)
} else {
ptr->enable = 1;
memset(pf_control[layer], 0, 8); // clear pf_control on enable, fixes skewed background problems (f. ex. inthunt)
ptr->scrollx=0;
ptr->scrolly=0;
ptr->wide = (data & 0x04) ? 128 : 64;
}