fix crashes

This commit is contained in:
Ondrej Novak 2025-02-16 20:41:29 +01:00
parent 04ab5898ef
commit a8c9fced4c
12 changed files with 65 additions and 59 deletions

View file

@ -57,6 +57,7 @@ typedef struct zoominfo
word *palette;
word ycount;
word xmax;
const void *texture_end;
}ZOOMINFO;