Update of bug #16435 (project wesnoth):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

In trunk, the engine considers that "0" is an integer, "0.0" is a
floating-point number, "on" and "off" are strings. There are still some
places that consider them to be booleans, but they are bound to disappear. In
particular, once I have sped-up the event engine by removing the roundtrip
conversion from boolean values to translatable strings and back to boolean
values (string_bool is used for the latter), they won't be boolean anymore
since string_bool will have vanished. Only "yes", "no", true", and "false",
are boolean.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?16435>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to