diff options
Diffstat (limited to 'engines/agi/logic.cpp')
-rw-r--r-- | engines/agi/logic.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/agi/logic.cpp b/engines/agi/logic.cpp index 21a560427e..04052df682 100644 --- a/engines/agi/logic.cpp +++ b/engines/agi/logic.cpp @@ -83,8 +83,7 @@ int AgiEngine::decodeLogic(int n) { _game.dirLogic[n].flags |= RES_LOADED; } else { /* unload data - * blah DF YA WANKER!!@!@# frag. i'm so dumb. not every logic - * has text + * Note that not every logic has text */ free(_game.logics[n].data); ec = errNotEnoughMemory; |