Welcome to the t-engine Bug Tracker
Please note that this is a tracker for ToME 3 issues. Please list any ToME 2 issues on the ToME wiki.
For information on the wiki format used for the tickets and comments, see the Dokuwiki Syntax Reference.
Thanks,
Eric (sdltome-at-gmail:dot:com)
FS#198 - esettings does not work correctly
Attached to Project:
T-Engine
Opened by TheFalcon (TheFalcon) - Tuesday, 08 December 2009, 06:45 GMT-7
Opened by TheFalcon (TheFalcon) - Tuesday, 08 December 2009, 06:45 GMT-7
|
Detailsesettings_get_int and esettings_get_str are returning the default values for things, even when I *know* that the values exist in the config file. It seems to affect only “bar.baz = 1” things, rather than “bar_baz = 1” (i.e. esettings_get_int(”sdl.graphics.thingy”, 0) will always return 0, but esettings_get_int(”sdl.graphics_thingy”, 0) will behave correctly). |
This task depends upon