ALL: Sync with ScummVM - rev. ea3f8f2e33

This commit is contained in:
Bastien Bouclet 2019-06-29 19:08:44 +02:00
parent 308c018141
commit d474e3f94f
155 changed files with 11308 additions and 6208 deletions

View file

@ -27,9 +27,9 @@
namespace Cloud {
const float CloudIcon::ALPHA_SPEED = 0.0005;
const float CloudIcon::ALPHA_MAX = 1;
const float CloudIcon::ALPHA_MIN = 0.6;
const float CloudIcon::ALPHA_SPEED = 0.0005f;
const float CloudIcon::ALPHA_MAX = 1.f;
const float CloudIcon::ALPHA_MIN = 0.6f;
CloudIcon::CloudIcon() {
initIcons();