warning C4244: '=' : conversion from 'unsigned int' to 'uint8_t', possible loss of data

This commit is contained in:
Glenn Maynard
2004-09-30 04:17:23 +00:00
parent b20eaeb60b
commit 4761e67ec1
+2 -2
View File
@@ -45,9 +45,9 @@ struct TapNote
Type type_,
Source source_,
bool bAttack_,
unsigned attackIndex_,
uint8_t attackIndex_,
bool bKeysound_,
unsigned keysoundIndex_ )
uint16_t keysoundIndex_ )
{
type = type_;
source = source_;