Fixed some things for Macintosh ports

svn-id: r4212
This commit is contained in:
Enrico Rolfi 2002-05-05 19:06:51 +00:00
parent 00f35bec5a
commit 38d048b86b
12 changed files with 71 additions and 45 deletions

View file

@ -22,8 +22,13 @@
#include "stdafx.h"
#include "scumm.h"
#ifndef macintosh
#include "sound/mididrv.h"
#include "sound/imuse.h"
#else
#include "mididrv.h"
#include "imuse.h"
#endif
struct SaveGameHeader {
uint32 type;
@ -158,7 +163,7 @@ void Scumm::makeSavegameName(char *out, int slot, bool compatible)
#ifndef _WIN32_WCE
#if !defined(__APPLE__CW)
#if !defined(macintosh)
const char *dir = getenv("SCUMMVM_SAVEPATH");
if (dir == NULL)
dir = "";