DREAMWEB: Add disabled reelRoutine conversion work

This commit is contained in:
Willem Jan Palenstijn 2011-12-17 22:26:17 +01:00
parent b0a42f115e
commit 46caa77164
3 changed files with 90 additions and 0 deletions

View file

@ -37,8 +37,12 @@ void syncReelRoutine(Common::Serializer &s, ReelRoutine *reel) {
s.syncAsByte(reel->reallocation);
s.syncAsByte(reel->mapX);
s.syncAsByte(reel->mapY);
#if 1
s.syncAsByte(reel->b3);
s.syncAsByte(reel->b4);
#else
s.syncAsUint16LE(reel->_reelPointer);
#endif
s.syncAsByte(reel->period);
s.syncAsByte(reel->counter);
s.syncAsByte(reel->b7);