Nuked all occurrences of NIL, replacing them with NULL.
git-svn-id: http://openexile.googlecode.com/svn/trunk@72 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -61,12 +61,12 @@ void init_directories() {
|
||||
// }
|
||||
// error = HOpenResFile(start_volume,start_dir,"\p::::Blades of Exile Graphics",1);
|
||||
// if (ResError() != 0) {
|
||||
// Alert(984,NIL);
|
||||
// Alert(984,NULL);
|
||||
// ExitToShell();
|
||||
// }
|
||||
// error = HOpenResFile(start_volume,start_dir,"\p::::Blades of Exile Sounds",1);
|
||||
// if (ResError() != 0) {
|
||||
// Alert(984,NIL);
|
||||
// Alert(984,NULL);
|
||||
// ExitToShell();
|
||||
// }
|
||||
|
||||
|
Reference in New Issue
Block a user