Scenario Editor const cleanup

This commit is contained in:
Sylae Corell
2014-07-30 13:33:16 -06:00
parent c9e7e86017
commit 194e16198b
14 changed files with 52 additions and 52 deletions

View File

@@ -353,7 +353,7 @@ void paint_pattern(HBITMAP dest,short which_mode,RECT dest_rect,short which_patt
uly = store_uly;
}
HBITMAP ReadBMP(char * fileName)
HBITMAP ReadBMP(char const * fileName)
{
return (HBITMAP) LoadImage(0, fileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);
}