(svn r20384) -Fix: Update cursor dimensions when reloading grfs resp. changing base graphics, so the cursor does not glitch if it becomes bigger.

This commit is contained in:
frosch
2010-08-05 19:23:19 +00:00
parent b2181365b0
commit 01833039bd
3 changed files with 36 additions and 7 deletions

View File

@@ -207,6 +207,8 @@ void GfxLoadSprites()
GfxInitSpriteMem();
LoadSpriteTables();
GfxInitPalettes();
UpdateCursorSize();
}
bool GraphicsSet::FillSetDetails(IniFile *ini, const char *path, const char *full_filename)