drfrag666 / gzdoom

GZDoom adds an OpenGL renderer to the ZDoom source port.
http://gzdoom.drdteam.org
GNU General Public License v3.0
73 stars 15 forks source link

- fixed crash when cmap is null, prevent access violation exception #29

Closed emawind84 closed 2 years ago

emawind84 commented 2 years ago

The checking for null pointer should have priority since the pointer is used in the condition block.