From 90a876798ae05b865c25a8ee98f20d1695315984 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 2 May 2004 00:00:39 +0000 Subject: Merged sysgfx.cpp and gfx.cpp to gfx.cpp svn-id: r13726 --- saga/palanim.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'saga/palanim.cpp') diff --git a/saga/palanim.cpp b/saga/palanim.cpp index 4c3aef330f..e1759c4790 100644 --- a/saga/palanim.cpp +++ b/saga/palanim.cpp @@ -153,8 +153,8 @@ int PALANIM_CycleStep(int vectortime) { return R_FAILURE; } - SYSGFX_GetCurrentPal(pal); - back_buf = SYSGFX_GetBackBuffer(); + GFX_GetCurrentPal(pal); + back_buf = GFX_GetBackBuffer(); for (i = 0; i < PAnimData.entry_count; i++) { cycle = PAnimData.entries[i].cycle; @@ -174,7 +174,7 @@ int PALANIM_CycleStep(int vectortime) { } } - SYSGFX_SetPalette(back_buf, pal); + GFX_SetPalette(back_buf, pal); event.type = R_ONESHOT_EVENT; event.code = R_PALANIM_EVENT; -- cgit v1.2.3