aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-23 03:17:47 +0000
committerEugene Sandulenko2006-03-23 03:17:47 +0000
commitfced8df1621a44c2cfd94073db684e01d0ed1a2e (patch)
tree3f9c3c7aa15b9f1102aba70988d21b1415f4d517 /engines/cine/part.cpp
parent36302c09218855f637794ef4a589dc69946c0e44 (diff)
downloadscummvm-rg350-fced8df1621a44c2cfd94073db684e01d0ed1a2e.tar.gz
scummvm-rg350-fced8df1621a44c2cfd94073db684e01d0ed1a2e.tar.bz2
scummvm-rg350-fced8df1621a44c2cfd94073db684e01d0ed1a2e.zip
Got rid of ASSERT and ASSERT_PTR defines
svn-id: r21412
Diffstat (limited to 'engines/cine/part.cpp')
-rw-r--r--engines/cine/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/part.cpp b/engines/cine/part.cpp
index b97893b74d..204b0525d6 100644
--- a/engines/cine/part.cpp
+++ b/engines/cine/part.cpp
@@ -51,7 +51,7 @@ void loadPart(const char *partName) {
partFileHandle.open(partName);
- ASSERT(partFileHandle.isOpen());
+ assert(partFileHandle.isOpen());
setMouseCursor(MOUSE_CURSOR_DISK);