Silence a warning.
This commit is contained in:
parent
2dbe88936e
commit
9e7924a4b1
1 changed files with 1 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ FGMultiplayMgr::Send()
|
||||||
pData->id = it->first;
|
pData->id = it->first;
|
||||||
pData->type = findProperty(pData->id)->type;
|
pData->type = findProperty(pData->id)->type;
|
||||||
|
|
||||||
switch (pData->type) {
|
switch (static_cast<int>(pData->type)) {
|
||||||
case TT_SHORTINT:
|
case TT_SHORTINT:
|
||||||
case TT_SHORT_FLOAT_1:
|
case TT_SHORT_FLOAT_1:
|
||||||
case TT_SHORT_FLOAT_2:
|
case TT_SHORT_FLOAT_2:
|
||||||
|
|
Loading…
Reference in a new issue