summaryrefslogtreecommitdiffhomepage
path: root/src/critter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/critter.hpp')
-rw-r--r--src/critter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp
index 34ff9b33..3d7375b0 100644
--- a/src/critter.hpp
+++ b/src/critter.hpp
@@ -32,7 +32,7 @@ struct critter final : object
float depth_offset() const override;
String name;
- Vector2s offset_frac;
+ Vector2us offset_frac;
bool b_L : 1 = false, b_R : 1 = false, b_U : 1 = false, b_D : 1 = false;
bool playable : 1 = false;