fixed bug when checking out-of-bounds frames im graphics definitions
authorHolger Schemel <info@artsoft.org>
Mon, 19 Feb 2018 20:58:16 +0000 (21:58 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 19 Feb 2018 20:58:21 +0000 (21:58 +0100)
commitf31bfea6c5b1febcda3d90a6f1ed872e39c14dde
treeb29de6a943bb3b519947ab0a2f899811307624de
parente3cbfa14d95e8b7f48d9c3c78aef2d44eeff9e51
fixed bug when checking out-of-bounds frames im graphics definitions

- this bug was caused by getFixedGraphicSource() always using 32x32 tile
  size even if element graphic was defined using smaller tile size like
  16x16, resulting in correct definitions to be assumed as out of bounds
- fixed by using getGraphicSourceXY() instead, which only uses width and
  height attributes (which are set to the correct tile size for elements)
src/init.c