Revision r4572
Mapster32: fix possible integer overflow in loopinside(). This could happen when building outside the "classic" grid limits and would then lead to e.g. incorrect loop assignment on sector splitting. Bug reported by MetHy.
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Mapster32: fix possible integer overflow in loopinside(). This could happen when building outside the "classic" grid limits and would then lead to e.g. incorrect loop assignment on sector splitting. Bug reported by MetHy.
------------------------------------------------------------------------ r4573 | helixhorned | 2014-08-16 11:32:49 -0700 (Sat, 16 Aug 2014) | 7 lines Mapster32: fix a crash when m32_settings.cfg contains video setting. Such as "vid_gamma". In that case, setbrightness() would have been called without basepaltableptr having been initialized. The fix is by moving the preparational setbasepaltable() call from ExtPostStartupWindow() to ExtInit(), just before the OSD command dispatching. ------------------------------------------------------------------------ r4572 | helixhorned | 2014-08-16 11:32:47 -0700 (Sat, 16 Aug 2014) | 5 lines Mapster32: fix possible integer overflow in loopinside(). This could happen when building outside the "classic" grid limits and would then lead to e.g. incorrect loop assignment on sector splitting. Bug reported by MetHy. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.