aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/vertex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/vertex.cpp')
-rw-r--r--engines/sword25/math/vertex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/math/vertex.cpp b/engines/sword25/math/vertex.cpp
index d9a709ab49..3746ec9410 100644
--- a/engines/sword25/math/vertex.cpp
+++ b/engines/sword25/math/vertex.cpp
@@ -62,7 +62,7 @@ Vertex &Vertex::luaVertexToVertex(lua_State *L, int stackIndex, Vertex &vertex)
lua_pop(L, 1);
#ifdef DEBUG
- BS_ASSERT(__startStackDepth == lua_gettop(L));
+ assert(__startStackDepth == lua_gettop(L));
#endif
return vertex;