From 28c247cd925c974b71192bd43e1393fbadb8b0e3 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sun, 4 Nov 2018 00:22:27 +0000 Subject: [PATCH] wtf, do not include lang.inc git-svn-id: svn://kolibrios.org@7526 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/games/life3/trunk/life3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/games/life3/trunk/life3.asm b/programs/games/life3/trunk/life3.asm index f668e86219..aef56afa2a 100644 --- a/programs/games/life3/trunk/life3.asm +++ b/programs/games/life3/trunk/life3.asm @@ -9,7 +9,7 @@ include '../../../KOSfuncs.inc' include '../../../load_img.inc' include '../../../develop/libraries/box_lib/load_lib.mac' -include 'lang.inc' +;include 'lang.inc' @use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load hed db 'Life 04.11.18',0 ;подпись окна