- 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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user