- fixed many compilation errors with GCC and Clang

This commit is contained in:
alexey.lysiuk 2019-01-07 10:14:52 +02:00 committed by Christoph Oelckers
commit 11958b713e
25 changed files with 110 additions and 110 deletions

View file

@ -174,12 +174,12 @@ void FCajunMaster::Main ()
void FCajunMaster::Init ()
{
botnum = 0;
firstthing = NULL;
firstthing = nullptr;
spawn_tries = 0;
freeze = false;
observer = false;
body1 = NULL;
body2 = NULL;
body1 = nullptr;
body2 = nullptr;
if (ctf && teamplay == false)
teamplay = true; //Need teamplay for ctf. (which is not done yet)