aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-02 00:00:39 +0000
committerEugene Sandulenko2004-05-02 00:00:39 +0000
commit90a876798ae05b865c25a8ee98f20d1695315984 (patch)
treec5d887ad0bf229caa16503624ec9d91372bd1b7b /saga/ite_introproc.cpp
parent0765b272aef169411df8fc1a17d4a5f28f76bf8a (diff)
downloadscummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.tar.gz
scummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.tar.bz2
scummvm-rg350-90a876798ae05b865c25a8ee98f20d1695315984.zip
Merged sysgfx.cpp and gfx.cpp to gfx.cpp
svn-id: r13726
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index ccf6d74fb4..c4e00ce6b7 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -242,7 +242,7 @@ int ITE_IntroCave1Proc(int param, R_SCENE_INFO *scene_info) {
switch (param) {
case SCENE_BEGIN:
// Fade to black out of the intro DG/NWC logo animation
- SYSGFX_GetCurrentPal(current_pal);
+ GFX_GetCurrentPal(current_pal);
event.type = R_CONTINUOUS_EVENT;
event.code = R_PAL_EVENT;
event.op = EVENT_PALTOBLACK;