]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIStorm.cxx
Set the format default to float instead of int.
[flightgear.git] / src / AIModel / AIStorm.cxx
index 896253614e5360a8ce9361d0f801dff1af2a0b60..edba9038dc7720b24d4ea6e2a6cde15bf246de97 100644 (file)
@@ -36,7 +36,7 @@ SG_USING_STD(string);
 
 FGAIStorm::FGAIStorm(FGAIManager* mgr) {
    manager = mgr;   
-   _type_str = "storm";
+   _type_str = "thunderstorm";
    _otype = otStorm;
 }