summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 413c20d..782ae14 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -100,6 +100,7 @@ public:
100 int bobAmount = 0; 100 int bobAmount = 0;
101 bool bobbingDown = false; 101 bool bobbingDown = false;
102 int animSlowdownProgress = 0; 102 int animSlowdownProgress = 0;
103 double opacity = 1.0;
103 104
104 // Animation (controls) 105 // Animation (controls)
105 bool normallyHasShadow = false; 106 bool normallyHasShadow = false;