aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/imageloader_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/image/imageloader_ids.h')
-rw-r--r--engines/sword25/gfx/image/imageloader_ids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/gfx/image/imageloader_ids.h b/engines/sword25/gfx/image/imageloader_ids.h
index 8fb6872ad7..5e2cb77fef 100644
--- a/engines/sword25/gfx/image/imageloader_ids.h
+++ b/engines/sword25/gfx/image/imageloader_ids.h
@@ -53,8 +53,8 @@ namespace Sword25 {
// erzeugen
typedef ImageLoader*(*BS_IMAGELOADER_NEW)();
const BS_IMAGELOADER_NEW BS_IMAGELOADER_IDS[] = {
- PNGLoader::CreateInstance,
- B25SLoader::CreateInstance,
+ PNGLoader::createInstance,
+ B25SLoader::createInstance,
};
const int BS_IMAGELOADER_COUNT = sizeof(BS_IMAGELOADER_IDS) / sizeof(BS_IMAGELOADER_NEW);