aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/adpcm_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/adpcm_decoder.h')
-rw-r--r--engines/bladerunner/adpcm_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/adpcm_decoder.h b/engines/bladerunner/adpcm_decoder.h
index 8f7a2285a2..6f37430981 100644
--- a/engines/bladerunner/adpcm_decoder.h
+++ b/engines/bladerunner/adpcm_decoder.h
@@ -41,7 +41,7 @@ public:
_predictor = predictor;
}
- void decode(uint8 *in, size_t size, int16 *out);
+ void decode(uint8 *in, size_t size, int16 *out, bool forceLittleEndianOut);
};
} // End of namespace BladeRunner