TEENAGENT: Modify callback comment into readable FIXME.

This commit is contained in:
D G Turner 2012-10-02 05:08:33 +01:00
parent 30dfaa7c34
commit e8f9c61065

View File

@ -576,7 +576,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
//InventoryObject *obj = inventory->selectedObject(); //InventoryObject *obj = inventory->selectedObject();
//if (obj != NULL && obj->id == invItemMug) { //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)) { if (inventory->has(invItemMug)) {
playSound(5, 4); playSound(5, 4);
playSound(5, 19); playSound(5, 19);