- Added a setting to skip delay when showing damage to the whole party. It's a hidden preference at the moment, like skip startup splash.
- Replaced all instances of Boolean with bool, TRUE with true, FALSE with false. (Except for a few cases where this resulted in a compile error.) git-svn-id: http://openexile.googlecode.com/svn/trunk@38 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -22,6 +22,6 @@ bool check_p2 (short pword);
|
||||
bool check_p3 (short pword);
|
||||
void reset_pwd();
|
||||
void start_data_dump();
|
||||
Boolean import_check_p (short pword);
|
||||
bool import_check_p (short pword);
|
||||
void scen_text_dump();
|
||||
|
||||
|
Reference in New Issue
Block a user