diff options
-rw-r--r-- | engines/pegasus/pegasus.cpp | 2 |
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; } |