diff --git a/binding-mri/binding-mri.cpp b/binding-mri/binding-mri.cpp index f70b5db..6975ecc 100644 --- a/binding-mri/binding-mri.cpp +++ b/binding-mri/binding-mri.cpp @@ -36,7 +36,7 @@ #include "sunshine.h" #include "modloader.h" -#include +#include #include #include #include diff --git a/scripts/Data_Settings.rb b/scripts/Data_Settings.rb index d04a72b..6f1620f 100644 --- a/scripts/Data_Settings.rb +++ b/scripts/Data_Settings.rb @@ -448,31 +448,37 @@ class Window_Settings :type => :bool, :name => "Show debug character", :parameter => :debug_character + :icon => [1, 0], }, { :type => :bool, :name => "Draw debug text in main menu", :parameter => :debug_text_scene_title + :icon => [1, 0], }, { :type => :bool, :name => "Show debug text", :parameter => :debug_text + :icon => [1, 0], }, { :type => :bool, :name => "Show picture names", :parameter => :debug_picture_names + :icon => [1, 0], }, { :type => :bool, :name => "Debug lightmap", :parameter => :debug_lightmap + :icon => [1, 0], }, { :type => :bool, :name => "SDL_HINT_SHUTDOWN_DBUS_ON_QUIT", :parameter => :SDL_HINT_SHUTDOWN_DBUS_ON_QUIT + :icon => [1, 0], }, { :type => :sep }, { @@ -480,12 +486,14 @@ class Window_Settings :name => "Debug", :parameter => :controls_debug, :bind => Input::DEBUGACTION + :icon => [1, 0], }, { :type => :sep }, { :type => :action, :name => "Clear image cache", :action => Proc.new { RPG::Cache.clear } + :icon => [1, 0], } ], "Mods" => [ diff --git a/src/xdg-user-dir-lookup.c b/src/xdg-user-dir-lookup.c index c3b5d2f..85e7df1 100644 --- a/src/xdg-user-dir-lookup.c +++ b/src/xdg-user-dir-lookup.c @@ -28,6 +28,7 @@ #include "xdg-user-dir-lookup.h" #include +#include /** * xdg_user_dir_lookup_with_fallback: * @type: a string specifying the type of directory