Added range for increasing and decreasing volume and changed volume datatype from unsigned short to short

This commit is contained in:
amazing-username
2017-04-09 19:24:12 -05:00
parent 2b3718f5fd
commit 58ce3d8eb9
5 changed files with 20 additions and 13 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ public:
protected:
unsigned short volume;
short volume;
unsigned short playBackOrigin = 0;
unsigned short playBackEnd = 127;
const unsigned short AFFECTAMOUNT = 20;
private: