diff options
Diffstat (limited to 'engines/hugo/hugo.h')
| -rw-r--r-- | engines/hugo/hugo.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 9f495a9037..6adb5f95d0 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -106,7 +106,8 @@ enum GameVariant {  	kGameVariantH3Win,  	kGameVariantH1Dos,  	kGameVariantH2Dos, -	kGameVariantH3Dos +	kGameVariantH3Dos, +	kGameVariantNone  };  enum HugoDebugChannels { @@ -259,7 +260,7 @@ public:  	// Used by the qsort function  	static HugoEngine &get() { -		assert(s_Engine != 0); +		assert(s_Engine != nullptr);  		return *s_Engine;  	}  | 
