Skip to content

Commit

Permalink
HOPKINS: Remove useless assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 6, 2013
1 parent 9ddb291 commit fc9fef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/hopkins/globals.cpp
Expand Up @@ -185,8 +185,6 @@ void Globals::clearAll() {
}

void Globals::loadCharacterData() {
assert(_characterType >= CHARACTER_HOPKINS && _characterType <= CHARACTER_SAMANTHA);

const int *srcList[] = { HOPKINS_PERSO_0, HOPKINS_PERSO_1, HOPKINS_PERSO_2 };
const int *srcP = srcList[_characterType];

Expand Down

0 comments on commit fc9fef8

Please sign in to comment.