mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
TEENAGENT: Modify callback comment into readable FIXME.
This commit is contained in:
parent
30dfaa7c34
commit
e8f9c61065
@ -576,7 +576,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
|
||||
//InventoryObject *obj = inventory->selectedObject();
|
||||
//if (obj != NULL && obj->id == invItemMug) {
|
||||
|
||||
// implement pause and using real object:
|
||||
// FIXME: implement pause in mudpool and using of Mug object, as per original interpreter
|
||||
if (inventory->has(invItemMug)) {
|
||||
playSound(5, 4);
|
||||
playSound(5, 19);
|
||||
|
Loading…
x
Reference in New Issue
Block a user