From 985b945e4b49b5d5a1394e93fc3a95289c05e449 Mon Sep 17 00:00:00 2001 From: rhyskidd Date: Thu, 31 May 2012 14:34:39 +0000 Subject: Resovle a boolean being implicitly cast to a pointer --- Stars45/ModConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stars45/ModConfig.cpp b/Stars45/ModConfig.cpp index 8831a0a..5ee818e 100644 --- a/Stars45/ModConfig.cpp +++ b/Stars45/ModConfig.cpp @@ -1,6 +1,6 @@ /* Project Starshatter 5.0 Destroyer Studios LLC - Copyright © 1997-2007. All Rights Reserved. + Copyright (C) 1997-2007. All Rights Reserved. SUBSYSTEM: Stars.exe FILE: ModConfig.cpp @@ -198,7 +198,7 @@ ModConfig::GetModInfo(const char* filename) return mod_info; } - return false; + return NULL; } // +-------------------------------------------------------------------+ -- cgit v1.1