aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pegasus/pegasus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index 887a7ccc04..5fda8ccad4 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -1016,7 +1016,7 @@ bool PegasusEngine::itemInInventory(tItemID id) {
BiochipItem *PegasusEngine::getCurrentBiochip() {
if (g_interface)
- g_interface->getCurrentBiochip();
+ return g_interface->getCurrentBiochip();
return 0;
}