CCConfiguration has a small bug ;-)

Hi!

CCConfiguration has this variable g_bInited that is always false.
I assume that after init() method g_bInited must be set to true.

This is just a thought :slight_smile:

Thanks. It’s our fault.
I really hate this kind of singleton implementation. So ugly it is.
Bug #502 is created for this case.