diff --git a/programs/games/clicks/trunk/clicks.c b/programs/games/clicks/trunk/clicks.c index 682b6722b6..730ec74f45 100644 --- a/programs/games/clicks/trunk/clicks.c +++ b/programs/games/clicks/trunk/clicks.c @@ -3,7 +3,7 @@ #include "lib\kolibri.h" #include "lib\random.h" #include "lib\boxes.txt" -#include "lang.h" +#include "lang.h--" system_colors sc; diff --git a/programs/games/clicks/trunk/compile_eng.bat b/programs/games/clicks/trunk/compile_eng.bat index 975e14e1db..656a2a19d4 100644 --- a/programs/games/clicks/trunk/compile_eng.bat +++ b/programs/games/clicks/trunk/compile_eng.bat @@ -1,8 +1,8 @@ -del lang.h -echo #define LANG_ENG 1 >lang.h +del lang.h-- +echo #define LANG_ENG 1 >lang.h-- ..\C--\C-- clicks.c del clicks rename clicks.com clicks del warning.txt -del lang.h +del lang.h-- pause \ No newline at end of file diff --git a/programs/games/clicks/trunk/compile_rus.bat b/programs/games/clicks/trunk/compile_rus.bat index 1b43cd0e32..a43163ff29 100644 --- a/programs/games/clicks/trunk/compile_rus.bat +++ b/programs/games/clicks/trunk/compile_rus.bat @@ -1,8 +1,8 @@ -del lang.h -echo #define LANG_RUS 1 >lang.h +del lang.h-- +echo #define LANG_RUS 1 >lang.h-- ..\C--\C-- clicks.c del clicks rename clicks.com clicks del warning.txt -del lang.h +del lang.h-- pause \ No newline at end of file