Major draw code refactor

This commit is contained in:
elasota
2019-12-30 20:53:11 -05:00
parent 918578469e
commit 04a955213c
83 changed files with 2451 additions and 2517 deletions

View File

@@ -5,38 +5,38 @@
//============================================================================
extern GWorldPtr blowerSrcMap;
extern GWorldPtr blowerMaskMap;
extern GWorldPtr furnitureSrcMap;
extern GWorldPtr furnitureMaskMap;
extern GWorldPtr bonusSrcMap;
extern GWorldPtr bonusMaskMap;
extern GWorldPtr pointsSrcMap;
extern GWorldPtr pointsMaskMap;
extern GWorldPtr transSrcMap;
extern GWorldPtr transMaskMap;
extern GWorldPtr switchSrcMap;
extern GWorldPtr lightSrcMap;
extern GWorldPtr lightMaskMap;
extern GWorldPtr applianceSrcMap;
extern GWorldPtr applianceMaskMap;
extern GWorldPtr toastSrcMap;
extern GWorldPtr toastMaskMap;
extern GWorldPtr shredSrcMap;
extern GWorldPtr shredMaskMap;
extern GWorldPtr balloonSrcMap;
extern GWorldPtr balloonMaskMap;
extern GWorldPtr copterSrcMap;
extern GWorldPtr copterMaskMap;
extern GWorldPtr dartSrcMap;
extern GWorldPtr dartMaskMap;
extern GWorldPtr ballSrcMap;
extern GWorldPtr ballMaskMap;
extern GWorldPtr dripSrcMap;
extern GWorldPtr dripMaskMap;
extern GWorldPtr enemySrcMap;
extern GWorldPtr enemyMaskMap;
extern GWorldPtr fishSrcMap;
extern GWorldPtr fishMaskMap;
extern GWorldPtr clutterSrcMap;
extern GWorldPtr clutterMaskMap;
extern DrawSurface *blowerSrcMap;
extern DrawSurface *blowerMaskMap;
extern DrawSurface *furnitureSrcMap;
extern DrawSurface *furnitureMaskMap;
extern DrawSurface *bonusSrcMap;
extern DrawSurface *bonusMaskMap;
extern DrawSurface *pointsSrcMap;
extern DrawSurface *pointsMaskMap;
extern DrawSurface *transSrcMap;
extern DrawSurface *transMaskMap;
extern DrawSurface *switchSrcMap;
extern DrawSurface *lightSrcMap;
extern DrawSurface *lightMaskMap;
extern DrawSurface *applianceSrcMap;
extern DrawSurface *applianceMaskMap;
extern DrawSurface *toastSrcMap;
extern DrawSurface *toastMaskMap;
extern DrawSurface *shredSrcMap;
extern DrawSurface *shredMaskMap;
extern DrawSurface *balloonSrcMap;
extern DrawSurface *balloonMaskMap;
extern DrawSurface *copterSrcMap;
extern DrawSurface *copterMaskMap;
extern DrawSurface *dartSrcMap;
extern DrawSurface *dartMaskMap;
extern DrawSurface *ballSrcMap;
extern DrawSurface *ballMaskMap;
extern DrawSurface *dripSrcMap;
extern DrawSurface *dripMaskMap;
extern DrawSurface *enemySrcMap;
extern DrawSurface *enemyMaskMap;
extern DrawSurface *fishSrcMap;
extern DrawSurface *fishMaskMap;
extern DrawSurface *clutterSrcMap;
extern DrawSurface *clutterMaskMap;