State/Movie: Use char instead of u8 for game ID

Gets rid of casts.
This commit is contained in:
JosJuice
2015-11-28 09:36:48 +01:00
parent 2b0bdc361f
commit 0d3c763126
4 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ struct DTMHeader
{
u8 filetype[4]; // Unique Identifier (always "DTM"0x1A)
u8 gameID[6]; // The Game ID
char gameID[6]; // The Game ID
bool bWii; // Wii game
u8 numControllers; // The number of connected controllers (1-4)