aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorMax Horn2004-04-25 15:14:46 +0000
committerMax Horn2004-04-25 15:14:46 +0000
commitae1b03a1f555bad80b82d5ea07fd665cb56973a3 (patch)
tree0c6da88faf0e08ea4afca9d88ad433686bad66c4 /saga/ite_introproc.cpp
parentf6a4ed1cff00d813c297f59f9ad2c586da011739 (diff)
downloadscummvm-rg350-ae1b03a1f555bad80b82d5ea07fd665cb56973a3.tar.gz
scummvm-rg350-ae1b03a1f555bad80b82d5ea07fd665cb56973a3.tar.bz2
scummvm-rg350-ae1b03a1f555bad80b82d5ea07fd665cb56973a3.zip
More ScummVMification
svn-id: r13624
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index e1c5bd0b1b..7aa485009c 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -136,7 +136,7 @@ int ITE_StartProc(void)
R_SCENE_QUEUE first_scene;
R_GAME_SCENEDESC gs_desc;
- n_introscenes = YS_NELEMS(ITE_IntroList);
+ n_introscenes = ARRAYSIZE(ITE_IntroList);
for (i = 0; i < n_introscenes; i++) {
@@ -160,7 +160,7 @@ int ITE_IntroRegisterLang(void)
size_t i;
- for (i = 0; i < YS_NELEMS(IntroDiag); i++) {
+ for (i = 0; i < ARRAYSIZE(IntroDiag); i++) {
if (CVAR_Register_S(IntroDiag[i].i_str,
IntroDiag[i].i_cvar_name,
@@ -914,7 +914,7 @@ int ITE_IntroTreeHouseProc(int param, R_SCENE_INFO * scene_info)
"Allison Hershey", MEDIUM_FONT_ID}
};
- int n_credits = YS_NELEMS(credits);
+ int n_credits = ARRAYSIZE(credits);
int event_delay = 0;