PEGASUS: Fix stupid typo stopping the current biochip from being found

This commit is contained in:
Matthew Hoops
2011-09-29 22:30:35 -04:00
parent 821813e808
commit 06e2dbaa43
+1 -1
View File
@@ -1016,7 +1016,7 @@ bool PegasusEngine::itemInInventory(tItemID id) {
BiochipItem *PegasusEngine::getCurrentBiochip() {
if (g_interface)
g_interface->getCurrentBiochip();
return g_interface->getCurrentBiochip();
return 0;
}