raze-gles/polymer
helixhorned ba858b3858 Fix a number of oob accesses with "switch switches".
Various code checked for switch tiles in the following manner,
  for (ii=0; ii<2; ii++)
      switch (DynamicTileMap[sprite[i].picnum-1+ii]) { case SOME_SWITCH: ... }
which blows for picnum 0.  Now, we simply disallow it.

git-svn-id: https://svn.eduke32.com/eduke32@2174 1a8010ca-5511-0410-912e-c29ae57300e0
2011-12-11 13:26:39 +00:00
..
eduke32 Fix a number of oob accesses with "switch switches". 2011-12-11 13:26:39 +00:00
synthesis.sh fix clobbering of ebacktrace1.dll during synthesis building 2011-10-02 07:47:18 +00:00