gfx rearangement

code cleanups

svn-id: r18523
This commit is contained in:
Andrew Kurushin 2005-07-09 16:23:45 +00:00
parent f7a6729a01
commit c2f1691bad
28 changed files with 328 additions and 692 deletions

View file

@ -164,9 +164,9 @@ int Scene::SC_IHNMIntroMovieProc2(int param, void *refCon) {
int Scene::IHNMIntroMovieProc2(int param) {
EVENT event;
EVENT *q_event;
PALENTRY *pal;
PalEntry *pal;
static PALENTRY current_pal[PAL_ENTRIES];
static PalEntry current_pal[PAL_ENTRIES];
switch (param) {
case SCENE_BEGIN:
@ -250,8 +250,8 @@ int Scene::SC_IHNMIntroMovieProc3(int param, void *refCon) {
int Scene::IHNMIntroMovieProc3(int param) {
EVENT event;
EVENT *q_event;
PALENTRY *pal;
static PALENTRY current_pal[PAL_ENTRIES];
PalEntry *pal;
static PalEntry current_pal[PAL_ENTRIES];
switch (param) {
case SCENE_BEGIN: