From 06f4ba16edfc9b5e766158de72ac6d9edc7f0268 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Mon, 25 Jun 2018 12:52:21 -0700 Subject: [PATCH] Fix an apparent typo-bug in "inventory.cpp" --- inventory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory.cpp b/inventory.cpp index d5b4adc6..279e6200 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -179,7 +179,7 @@ namespace hr { namespace inv { int qtl = items[forwhich]; while(qtl > 0) qtl >>= 1, remaining[itOrbMirror]++; if(whichorbinfo == itOrbMirror) - extra += extraline(forwhich, its(nextp2(items[which]))); + extra += extraline(forwhich, its(nextp2(items[forwhich]))); } vector offensiveOrbs = { @@ -646,5 +646,3 @@ namespace hr { namespace inv { } }} - - \ No newline at end of file