From 694758fd2a0e98513c436e02cdf13d690fe9565d Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 3 Oct 2010 08:08:42 +0000 Subject: HUGO: Clean-up svn-id: r52988 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/hugo.h') diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 7bab3a95ad..9ba7b47b22 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -157,7 +157,7 @@ public: // Temporary, until the engine is fully objectified. static HugoEngine &get() { - assert(s_Engine != NULL); + assert(s_Engine != 0); return *s_Engine; } -- cgit v1.2.3