Merge branch 'makefile'

In addition to what the commit messages state, this merge updates the code to use latest SFML (2.3).
This commit is contained in:
2015-06-15 00:21:56 -04:00
13 changed files with 193 additions and 302 deletions

View File

@@ -17,7 +17,7 @@
#include "dlogutil.hpp"
#include "tarball.hpp"
#include "gzstream.h"
#include "tinyprint.hpp"
#include "tinyprint.h"
#include "map_parse.hpp"
#define DONE_BUTTON_ITEM 1

View File

@@ -33,7 +33,7 @@ void init_menubar() {
inited = true;
NSApplication* app = [NSApplication sharedApplication];
[NSBundle loadNibNamed: @"scen.menu" owner: app];
[NSBundle loadNibNamed: @"scenedit" owner: app];
menu_bar_handle = [app mainMenu];
app_menu = [[menu_bar_handle itemWithTitle: @"BoE Scenario Editor"] submenu];