aboutsummaryrefslogtreecommitdiff
path: root/saga/palanim.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-10-27 21:32:28 +0000
committerPaweł Kołodziejski2004-10-27 21:32:28 +0000
commitc7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312 (patch)
tree89634611acbd66a70597ea99b9b7d8c27a254c02 /saga/palanim.h
parent117952430d8a64692ae01f122916f1ac52f7ca0f (diff)
downloadscummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.tar.gz
scummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.tar.bz2
scummvm-rg350-c7e5ab1f2d0f103de25da3c57cd30d5ee3ec7312.zip
removed R_ prefix with few r_ too
svn-id: r15690
Diffstat (limited to 'saga/palanim.h')
-rw-r--r--saga/palanim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/palanim.h b/saga/palanim.h
index d19fc62b24..390f8e94ac 100644
--- a/saga/palanim.h
+++ b/saga/palanim.h
@@ -35,7 +35,7 @@ struct PALANIM_ENTRY {
uint16 color_count;
uint16 cycle;
byte *pal_index;
- R_COLOR *colors;
+ COLOR *colors;
};
struct PALANIM_DATA {