Cleaned out many of the warnings (reducing warning count from 718 to 334). Almost all the remaining errors are about unused parameters.
git-svn-id: http://openexile.googlecode.com/svn/trunk@85 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -970,7 +970,6 @@ void load_spec_graphics()
|
||||
bool load_party_v1(FSSpec file_to_load, bool town_restore, bool in_scen, bool maps_there, bool must_port);
|
||||
bool load_party_v2(FSSpec file_to_load, bool town_restore, bool in_scen, bool maps_there);
|
||||
bool load_party(FSSpec file_to_load){
|
||||
long file_size;
|
||||
OSErr error;
|
||||
bool town_restore = false;
|
||||
bool maps_there = false;
|
||||
|
Reference in New Issue
Block a user