1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

More changes for splitting

This commit is contained in:
Michał W. Urbańczyk
2008-06-12 21:08:04 +00:00
parent 4347996353
commit 7df624d919
21 changed files with 83 additions and 89 deletions

View File

@ -127,7 +127,7 @@ void CMinimap::draw()
}
void CMinimap::redraw(int level)// (level==-1) => redraw all levels
{
(CGameInfo::mainObj);
(CGI);
for (int i=0; i<CGI->mh->sizes.z; i++)
{
SDL_Surface * pom ;