thobbsinteractive / magic-carpet-2-hd

Recode Binary code of game Magic Carpet2 to C/C++ language(remake MC2 for any platform)
GNU General Public License v3.0
30 stars 5 forks source link

Firing from the right hand bug is due to recode #257

Open thobbsinteractive opened 1 year ago

thobbsinteractive commented 1 year ago

// for the left hand if (unk_18058Cstr.x_DWORD_18059C & 1 unk_18058Cstr.x_DWORD_18059C & 4 && v3x->word_0x2E_46 > 0) // for the right hand if (unk_18058Cstr.x_DWORD_18059C & 2 unk_18058Cstr.x_DWORD_18059C & 8 && a1x->dword_0xA4_164x->word_0x26_38[4] > 0)