turican0 / remc2

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

Network - Problem with bad height or bad rendering after use portal in first multiplayer level #158

Open turican0 opened 2 years ago

turican0 commented 2 years ago

image

turican0 commented 2 years ago

Tested in DOSBOX and in that is game ok. image

turican0 commented 2 years ago

At now fixed:

typedef struct { uint16_t x; uint16_t y; int16_t z; }axis_3d;

If it was a problem would want to go back and fix it here:

sub_5D530

x_WORD_EB398ar.z -= 51;