aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/tsage/resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/resources.h b/engines/tsage/resources.h
index 886f1171bb..9024ff0f03 100644
--- a/engines/tsage/resources.h
+++ b/engines/tsage/resources.h
@@ -127,7 +127,7 @@ public:
byte *lock(uint32 handle);
int indexOf(const byte *p);
void deallocate(const byte *p);
- void deallocate(uint16 handle) { error("TODO: MemoryManager::deallocate(handle)"); }
+ void deallocate(uint16 handle) { warning("TODO: MemoryManager::deallocate(handle)"); }
uint32 getSize(const byte *p);
void incLocks(const byte *p);
};