From b5652524c060d943092364a87c2aa18d941f6487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Mon, 22 Oct 2007 17:25:10 +0000 Subject: [PATCH] All 0.3 objectives accomplished. Version changed on 0.4. Milestone 0.3 closed. --- CMT.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMT.cpp b/CMT.cpp index 8449f7a27..9cd18e608 100644 --- a/CMT.cpp +++ b/CMT.cpp @@ -53,7 +53,7 @@ #endif #define CHUNK 16384 -const char * NAME = "VCMI 0.3 \"Tol Galen\""; +const char * NAME = "VCMI 0.4 \"Vingilot\""; SDL_Surface * ekran, * screen, * screen2; TTF_Font * TNRB16, *TNR, *GEOR13, *GEORXX, *GEORM; @@ -203,8 +203,8 @@ void initGameState(CGameInfo * cgi) int _tmain(int argc, _TCHAR* argv[]) { - //CLuaHandler luatest; - //luatest.test(); + CLuaHandler luatest; + luatest.test(); //CBIKHandler cb; //cb.open("CSECRET.BIK");