Skip to content

Commit

Permalink
FREESCAPE: fix crash in castle demo for dos
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromancer committed Nov 10, 2024
1 parent 6def1be commit 1115c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/freescape/games/castle/dos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void CastleEngine::loadAssetsDOSDemo() {
_strenghtWeightsFrames = loadFramesWithHeaderDOS(stream, 4);
_spiritsMeterIndicatorBackgroundFrame = loadFrameWithHeaderDOS(stream);
_spiritsMeterIndicatorFrame = loadFrameWithHeaderDOS(stream);
loadFrameWithHeaderDOS(stream); // side
_spiritsMeterIndicatorSideFrame = loadFrameWithHeaderDOS(stream); // side
loadFrameWithHeaderDOS(stream); // ???

stream->seek(0x221ae - 0x2a0);
Expand Down

0 comments on commit 1115c90

Please sign in to comment.