1dot13 / source

Source code for the game executable of the Jagged Alliance 2 v1.13 project
101 stars 18 forks source link

Allocate one INT8 for ZStripInfo pbZChange #256

Closed Asdow closed 11 months ago

Asdow commented 11 months ago

Fixes assertion errors in DEBUG build when LOBOT is enabled. Closes #82

Adjusted the else branch to prevent DEBUG build hitting an assertion error due to this function returning false and prevents crashes in blitter functions due to nullptr dereference as what happened with bio's original solution.