aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-06-05 08:02:50 +0000
committerTravis Howell2005-06-05 08:02:50 +0000
commitb452ee87e78269d4560e11845f042663a7c1b669 (patch)
tree2796e3b91e031d7378ef59d8acb5c74535536111 /scumm/intern.h
parent065ffeaf853fcb4633ba143e1cbf60f6d72b2aba (diff)
downloadscummvm-rg350-b452ee87e78269d4560e11845f042663a7c1b669.tar.gz
scummvm-rg350-b452ee87e78269d4560e11845f042663a7c1b669.tar.bz2
scummvm-rg350-b452ee87e78269d4560e11845f042663a7c1b669.zip
Rename sprite functions, based on map.
svn-id: r18349
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index d911505582..a90d4e0b09 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1125,7 +1125,7 @@ protected:
void sortArray(int array, int dim2start, int dim2end, int dim1start, int dim1end, int sortOrder);
public:
- int getGroupallocateGroupSpritesList(int spriteGroupId);
+ int getGroupSpriteArray(int spriteGroupId);
protected:
uint8 *getHEPaletteIndex(int palSlot);