From 06e2dbaa43c4d2aacf4e21dda79ef6fbfa4d82fb Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 29 Sep 2011 22:30:35 -0400 Subject: PEGASUS: Fix stupid typo stopping the current biochip from being found --- engines/pegasus/pegasus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3