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:
@@ -1275,7 +1275,7 @@ short choice_dialog(short pic,short num)
|
||||
|
||||
//if (pic > 0)
|
||||
// put_dialog_graphic(pic,0,the_rect);
|
||||
ModalDialog(NIL, &item_hit);
|
||||
ModalDialog(NULL, &item_hit);
|
||||
|
||||
DisposeDialog(select_dialog);
|
||||
|
||||
@@ -1349,7 +1349,7 @@ DialogPtr other_make_dialog(short which)
|
||||
{
|
||||
DialogPtr store;
|
||||
|
||||
store = GetNewDialog (which, NIL, IN_FRONT);
|
||||
store = GetNewDialog (which, NULL, IN_FRONT);
|
||||
if (store == NULL) {
|
||||
SysBeep(50);
|
||||
ExitToShell();
|
||||
|
||||
Reference in New Issue
Block a user