The flatsharp compiler doesn't like floating point numbers ??

I guess I should bug report it
This commit is contained in:
duckdoom4 2023-04-24 14:18:58 +02:00
parent ebcee531ba
commit bd377812d5

View File

@ -26,7 +26,7 @@ table PokeMisc {
Field_13:int = 10;
Field_14:bool = false;
Field_15:int = 0;
Field_16:float = 0.01;
Field_16:float = 0;
Field_17:float = 1.0;
Field_18:bool = true; // false for zubat, psyduck
Field_19:float = 0;