Amend r5911 to use undefinetile instead of only zeroing out the MIRROR tile's dimensions.

git-svn-id: https://svn.eduke32.com/eduke32@5916 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-10-25 05:43:56 +00:00
parent 67d84df899
commit b064563a23

View file

@ -6308,7 +6308,7 @@ int app_main(int argc, char const * const * argv)
G_PostLoadPalette();
tilesiz[MIRROR].x = tilesiz[MIRROR].y = 0;
E_UndefineTile(MIRROR);
Gv_ResetSystemDefaults(); // called here to populate our fake tilesizx and tilesizy arrays presented to CON with sizes generated by dummytiles