mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
All 0.3 objectives accomplished. Version changed on 0.4. Milestone 0.3 closed.
This commit is contained in:
parent
8440ffb39b
commit
b5652524c0
6
CMT.cpp
6
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");
|
||||
|
Loading…
Reference in New Issue
Block a user