1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Cleanups + started splitting

This commit is contained in:
Michał W. Urbańczyk
2008-06-12 06:45:51 +00:00
parent dd9b506293
commit 4347996353
31 changed files with 973 additions and 1140 deletions

View File

@@ -195,10 +195,10 @@ void CCursorHandler::initCursor()
// xpos = ypos = 0;
// behindCur = SDL_CreateRGBSurface(SDL_SWSURFACE, 32, 32, 32, rmask, gmask, bmask, amask);
// xbef = ybef = 0;
// adventure = CGI->spriteh->giveDef("CRADVNTR.DEF");
// combat = CGI->spriteh->giveDef("CRCOMBAT.DEF");
// deflt = CGI->spriteh->giveDef("CRDEFLT.DEF");
// spell = CGI->spriteh->giveDef("CRSPELL.DEF");
// adventure = CDefHandler::giveDef("CRADVNTR.DEF");
// combat = CDefHandler::giveDef("CRCOMBAT.DEF");
// deflt = CDefHandler::giveDef("CRDEFLT.DEF");
// spell = CDefHandler::giveDef("CRSPELL.DEF");
// //SDL_SetCursor(init_system_cursor(arrow));
// //SDL_Thread * myth = SDL_CreateThread(&cursorHandlerFunc, this);
}