farbrausch / fr_public

Farbrausch demo tools 2001-2011
3.36k stars 344 forks source link

wz4: Chunks (Wz4Mesh) fix rotation flag #73

Closed wzman closed 11 years ago

wzman commented 11 years ago

fix flag for rotation param (was reversed) relative to #72

rygorous commented 11 years ago

"Flags & 1 == 0" parses as "Flags & (1 == 0)" == "Flags & 0" == "0" - probably not what you intended :) I'll fix this.

rygorous commented 11 years ago

Oh, that was in wz4ops code not C++ - not sure how it parses there. I'll add the parens anyway just to not be confusing :)