aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-18 07:18:33 +0000
committerTravis Howell2005-04-18 07:18:33 +0000
commitd4ba67a49793677a19680f72f9e7fb14fc6c747c (patch)
treed2ae230e59de767b4ae1a6388a16df8b21ca7044 /scumm/intern.h
parent58966d6b90cf79ad7d6ed9ffb6e44eb74d38815f (diff)
downloadscummvm-rg350-d4ba67a49793677a19680f72f9e7fb14fc6c747c.tar.gz
scummvm-rg350-d4ba67a49793677a19680f72f9e7fb14fc6c747c.tar.bz2
scummvm-rg350-d4ba67a49793677a19680f72f9e7fb14fc6c747c.zip
Use correct music offsets for HE games, only a few demos use wrong tunes now.
Get all music details for HE games from one function only. svn-id: r17662
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 792f68abec..089270a3d3 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -812,7 +812,6 @@ protected:
byte *heFindResource(uint32 tag, byte *ptr);
byte *findWrappedBlock(uint32 tag, byte *ptr, int state, bool flagError);
int findObject(int x, int y, int num, int *args);
- int getMusicResourceSize(int id);
/* HE version 72 script opcodes */
void o72_pushDWord();