neutrinoyparser: detect Zee²; fix Boxmodel for Trinity

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8322c9e408
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)

Origin message was:
------------------
- neutrinoyparser: detect Zee²; fix Boxmodel for Trinity

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-06-27 10:41:01 +02:00
parent 74e4c812c2
commit e99fb152b2

View File

@@ -721,6 +721,9 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
case 11: case 11:
boxname += "Trinity"; boxname += "Trinity";
break; break;
case 12:
boxname += "Zee2";
break;
default: default:
char buffer[10]; char buffer[10];
@@ -749,9 +752,14 @@ std::string CNeutrinoYParser::func_get_boxmodel(CyhookHandler *, std::string)
boxmodel = "Nevis"; boxmodel = "Nevis";
break; break;
case 9: case 9:
case 11:
boxmodel = "Apollo"; boxmodel = "Apollo";
break; break;
case 11:
boxmodel = "Shiner";
break;
case 12:
boxmodel = "Kronos";
break;
default: default:
break; break;
} }