mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
PEGASUS: Fix stupid typo stopping the current biochip from being found
This commit is contained in:
@@ -1016,7 +1016,7 @@ bool PegasusEngine::itemInInventory(tItemID id) {
|
||||
|
||||
BiochipItem *PegasusEngine::getCurrentBiochip() {
|
||||
if (g_interface)
|
||||
g_interface->getCurrentBiochip();
|
||||
return g_interface->getCurrentBiochip();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user