Updated VCMI

This commit is contained in:
pelya
2011-09-22 20:03:38 +03:00
parent 2889066f60
commit 63af8c0944
36 changed files with 381 additions and 1719 deletions

View File

@@ -90,7 +90,7 @@ int IMG_Init(int flags)
}
initialized |= result;
return (result);
return (initialized);
}
void IMG_Quit()