Merge branch 'master' of github.com:AnonymusRaccoon/ForecastingVillage

This commit is contained in:
Clément Le Bihan
2020-04-02 15:00:42 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct controllable_component
gc_component base;
int movement_x;
int movement_y;
int move_callback;
float move_callback;
};
extern const struct controllable_component controllable_component;