- Fixed the bug that prevented launching from the Finder

- Wrote almost all the code for saving and loading a new-format party file, plus code to recognize the format of a file.
(Windows saves should also be supported now)

git-svn-id: http://openexile.googlecode.com/svn/trunk@50 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-04 20:10:12 +00:00
parent 1cbb12e1b8
commit 388cb04602
36 changed files with 1251 additions and 145 deletions

View File

@@ -321,8 +321,8 @@ void put_placed_item_in_dlog() {
else cd_set_led(836,14,0);
i = scenario.scen_items[store_placed_item.code].graphic_num;
if (i >= 150) // was 1000
csp(836,4,i % 150,PICT_CUSTOM + PICT_ITEM);
if (i >= 1000) // was 1000, then was 150
csp(836,4,i % 1000,PICT_CUSTOM + PICT_ITEM);
else csp(836,4,/*1800 + */i,PICT_ITEM);
}
bool get_placed_item_in_dlog() {