X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameTick.cpp;h=c92bcf9a1b65358549da7a6d06e2a0be11fe6e09;hb=bb193e1b764dfdbfcf604886d85e5cbc3664a408;hp=790ddc375918bd19ccc6cfdcc9a451a61e8829c4;hpb=c95576958a42b797cda09eb8935db8fd96783e52;p=lugaru.git diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 790ddc3..c92bcf9 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -3174,7 +3174,13 @@ void Game::Tick() if(displaychars[0]){ char serialstring[256]; char tempstring[256]; + #if defined(__APPLE__) + sprintf (tempstring, "%s", registrationname); + #elif defined(_MSC_VER) || defined(__linux__) sprintf (tempstring, "%s-windows", registrationname); + #else + #error Please make sure you have the right registration key stuff here! + #endif long num1; long num2; long num3;