------------------------------------------------------------------------ r2824 | helixhorned | 2012-07-09 12:00:23 -0700 (Mon, 09 Jul 2012) | 1 line This should fix the "assignment discards 'const' qualifier" warning in music.c. ------------------------------------------------------------------------ r2823 | helixhorned | 2012-07-09 12:00:21 -0700 (Mon, 09 Jul 2012) | 1 line Polymer: simplify some code while I'm at it (equivalence tranformations only) ------------------------------------------------------------------------ r2822 | helixhorned | 2012-07-09 12:00:17 -0700 (Mon, 09 Jul 2012) | 6 lines Polymer: bring the ypanning correction for non-pow2 walls closer to Pmost's, pt2 This changes a constant inside the panning calculation from 256 to 255 (making e.g. panning 255 and 0 the same in the "San Andreas fault" sign in E1L5) and uses the correct reference wall for the "do panning correction?" conditional. Now, the problematic walls should look the same as in Polymost. ------------------------------------------------------------------------ r2821 | helixhorned | 2012-07-09 12:00:14 -0700 (Mon, 09 Jul 2012) | 4 lines Polymer: bring the ypanning correction for non-pow2 walls closer to Pmost's, pt1 This makes the corrections conditional on where they appear in (under-, over-, white or mask wall). ------------------------------------------------------------------------