X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fconvert.c;h=c5f563b2397ca4012d752b959becd298e89f86df;hb=874229af6e5963fad61c9929a481cd99bebeac48;hp=cbc7187925b9e5933d9a6b54da378ee7fa2f59a1;hpb=e6b3efaee4f084e66f2fa709402f25fc67536952;p=rocksndiamonds.git diff --git a/src/game_em/convert.c b/src/game_em/convert.c index cbc71879..c5f563b2 100644 --- a/src/game_em/convert.c +++ b/src/game_em/convert.c @@ -454,8 +454,10 @@ int cleanup_em_level(unsigned char *src, int length, char *filename) /* size of v6 cave */ length = 2172; +#if 0 if (options.debug) - printf("::: EM level file version: %d\n", file_version); + Error(ERR_DEBUG, "EM level file version: %d", file_version); +#endif return file_version; }