revert volume calculation to original implementation

Origin commit data
------------------
Branch: master
Commit: 39d38a38d9
Author: martii <m4rtii@gmx.de>
Date: 2012-12-17 (Mon, 17 Dec 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-12-17 16:33:07 +01:00
parent 539da7b222
commit ef66694169

View File

@@ -101,11 +101,7 @@ int map_volume(const int volume)
if (vol > 100)
vol = 100;
#ifdef MARTII
vol = 62 - vol * 62 / 100;
#else
vol = 63 - vol * 63 / 100;
#endif
return vol;
}