Skip to content

Commit

Permalink
PEGASUS: Fix stupid inventory weight typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Sep 28, 2011
1 parent 426ab47 commit ffff1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pegasus/pegasus.cpp
Expand Up @@ -129,7 +129,7 @@ Common::Error PegasusEngine::run() {
allowInput(true);

// Set up inventories
_items.setWeightLimit(0);
_items.setWeightLimit(9);
_items.setOwnerID(kPlayerID);
_biochips.setWeightLimit(8);
_biochips.setOwnerID(kPlayerID);
Expand Down

0 comments on commit ffff1be

Please sign in to comment.