diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp index 887a7ccc04f..5fda8ccad4b 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; }