Skip to content

Commit

Permalink
PRINCE: Fix variable sign
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 10, 2014
1 parent 430c271 commit 30953f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/prince/prince.cpp
Expand Up @@ -935,7 +935,7 @@ bool PrinceEngine::loadMobPriority(const char *resourceName) {
}

_mobPriorityList.clear();
int mobId;
uint mobId;
while (1) {
mobId = stream->readUint32LE();
if (mobId == 0xFFFFFFFF) {
Expand Down

0 comments on commit 30953f1

Please sign in to comment.