Fixed sign, GCC 4 happy.

This commit is contained in:
n-a-c-h
2005-07-19 20:10:43 +00:00
parent a2c9cd7bb0
commit 5ce108e3dc
3 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ extern unsigned int xa;
extern unsigned char soundon, SPCDisable, spcon, FPSOn, FPSAtStart;
const unsigned int versionNumber = 0x0000008F; // 1.43
unsigned char *ZVERSION = "Pre 1.43";
char *ZVERSION = "Pre 1.43";
unsigned char txtfailedalignd[25] = "Data Alignment Failure : ";
unsigned char txtfailedalignc[25] = "Code Alignment Failure : ";