Skip to content

Commit

Permalink
HOPKINS: Further work and bugfixes on palette processing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Sep 13, 2012
1 parent 254d4ac commit e66ce45
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 148 deletions.
5 changes: 2 additions & 3 deletions engines/hopkins/files.cpp
Expand Up @@ -164,7 +164,7 @@ byte *FileManager::LIBERE_FICHIER(byte *ptr) {
}

bool FileManager::RECHERCHE_CAT(const Common::String &file, int a2) {
byte *ptr; // [sp+1Ch] [bp-40h]@0
byte *ptr = NULL;
Common::File f;

switch (a2) {
Expand Down Expand Up @@ -262,8 +262,7 @@ bool FileManager::RECHERCHE_CAT(const Common::String &file, int a2) {

// Scan for an entry in the catalogue
const byte *startP = ptr;
int result; // eax@50
void *v22; // ebx@53
int result;
bool matchFlag = false;
int offsetVal = 0;

Expand Down

0 comments on commit e66ce45

Please sign in to comment.