aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-09-27 07:53:50 +0200
committerEugene Sandulenko2017-01-25 22:41:56 +0100
commit01f10cc4ee369b51baaf30804ca5c8d1578434a5 (patch)
tree81713dc9175134beaebf512e066f8d2e4aa945c5 /engines/cryo/cryolib.h
parentbb15a2617999a0880478b04203f090f81dee32ab (diff)
downloadscummvm-rg350-01f10cc4ee369b51baaf30804ca5c8d1578434a5.tar.gz
scummvm-rg350-01f10cc4ee369b51baaf30804ca5c8d1578434a5.tar.bz2
scummvm-rg350-01f10cc4ee369b51baaf30804ca5c8d1578434a5.zip
CRYO: Some more renaming
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index 7a7ffe1909..5f07f4107d 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -351,7 +351,7 @@ void CLHNM_LoadDecompTable(int16 *buffer);
void CLHNM_DecompADPCM(byte *buffer, int16 *output, int size);
void CLHNM_SoundInADPCM(int16 is_adpcm);
void CLHNM_SoundMono(int16 is_mono);
-int16 CLHNM_NextElement(hnm_t *hnm);
+bool CLHNM_NextElement(hnm_t *hnm);
void CLHNM_ReadHeader(hnm_t *hnm);
int16 CLHNM_GetVersion(hnm_t *hnm);
int CLHNM_GetFrameNum(hnm_t *hnm);