src/gfxinit.cpp
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5649 55c8267c933f
child 6015 9b25ff032edd
--- a/src/gfxinit.cpp	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/gfxinit.cpp	Mon Jan 15 20:14:06 2007 +0000
@@ -17,13 +17,13 @@
 #include <string.h>
 
 typedef struct MD5File {
-	const char * const filename;     // filename
-	const md5_byte_t hash[16]; // md5 sum of the file
+	const char * filename;     // filename
+	md5_byte_t hash[16]; // md5 sum of the file
 } MD5File;
 
 typedef struct FileList {
-	const MD5File basic[4];     // grf files that always have to be loaded
-	const MD5File landscape[3]; // landscape specific grf files
+	MD5File basic[4];     // grf files that always have to be loaded
+	MD5File landscape[3]; // landscape specific grf files
 } FileList;
 
 enum {