Now the Mac D1X command keys work (whoops)

This commit is contained in:
kreatordxx 2008-12-24 06:09:53 +00:00
parent 7b9dc359bb
commit b848edbdef
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20081224
--------
main/inferno.h: Now the Mac command keys work (whoops)
20081223
--------
main/config.c: Make Redbook the default for Mac, because MIDI is buggy

View file

@ -20,7 +20,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifndef _INFERNO_H
#define _INFERNO_H
#if MACINTOSH
#if defined(__APPLE__) || defined(macintosh)
#define MAC(x) x
#else
#define MAC(x)