diff --git a/changelogs/0.1.2.txt b/changelogs/0.1.2.txt index 2a331ed..851a66a 100644 --- a/changelogs/0.1.2.txt +++ b/changelogs/0.1.2.txt @@ -49,3 +49,5 @@ Added VALUE support in debugwriter.h When STATIC build option is enabled, enable static libc++ and libgcc CPU specific optimizations moved to separated Toolchanin files Documents path search code rewrited to crossplatform SDL functions. +DEBUG SAVE bug fixed +Added FreeBSD build script diff --git a/scripts/Data_Settings.rb b/scripts/Data_Settings.rb index b4a050a..7c32030 100644 --- a/scripts/Data_Settings.rb +++ b/scripts/Data_Settings.rb @@ -54,9 +54,6 @@ module Settings :debug_lightmap => false, :SDL_HINT_SHUTDOWN_DBUS_ON_QUIT => false, :profiller => false, - - #Hidden - :is_dejavu => false, } reset_controls! end