DREAMWEB: Add disabled reelRoutine conversion work
This commit is contained in:
parent
b0a42f115e
commit
46caa77164
3 changed files with 90 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue