diff options
| author | Max Horn | 2010-07-17 18:41:38 +0000 |
|---|---|---|
| committer | Max Horn | 2010-07-17 18:41:38 +0000 |
| commit | 0b48a71c9955b39117e2eb35b3e398f5c95c008a (patch) | |
| tree | d3430fc6d2470955a74e53e6fb25256e069f6c9e /engines/cruise | |
| parent | 1d4c82885ddcc0442671c863eef643aef2dc7dda (diff) | |
| download | scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.gz scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.bz2 scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.zip | |
Remove PalmOS port
svn-id: r50964
Diffstat (limited to 'engines/cruise')
| -rw-r--r-- | engines/cruise/cruise.cpp | 4 | ||||
| -rw-r--r-- | engines/cruise/vars.cpp | 4 | ||||
| -rw-r--r-- | engines/cruise/vars.h | 5 |
3 files changed, 0 insertions, 13 deletions
diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp index e6d0359059..2f38aa98ba 100644 --- a/engines/cruise/cruise.cpp +++ b/engines/cruise/cruise.cpp @@ -52,10 +52,6 @@ CruiseEngine *_vm; CruiseEngine::CruiseEngine(OSystem * syst, const CRUISEGameDescription *gameDesc) : Engine(syst), _gameDescription(gameDesc) { -#ifdef PALMOS_MODE - _currentVolumeFile = new Common::File(); -#endif - DebugMan.addDebugChannel(kCruiseDebugScript, "scripts", "Scripts debug level"); DebugMan.addDebugChannel(kCruiseDebugSound, "sound", "Sound debug level"); diff --git a/engines/cruise/vars.cpp b/engines/cruise/vars.cpp index 94fd00cbfd..bab5d171fd 100644 --- a/engines/cruise/vars.cpp +++ b/engines/cruise/vars.cpp @@ -64,11 +64,7 @@ int16 autoTrack; int16 currentDiskNumber = 1; -#ifdef PALMOS_MODE -Common::File *_currentVolumeFile; -#else Common::File currentVolumeFile; -#endif int16 volumeNumEntry; fileEntry *volumePtrToFileDescriptor = NULL; diff --git a/engines/cruise/vars.h b/engines/cruise/vars.h index 1e19794f3a..3cb09602cc 100644 --- a/engines/cruise/vars.h +++ b/engines/cruise/vars.h @@ -167,12 +167,7 @@ extern int16 autoTrack; extern int16 currentDiskNumber; -#ifdef PALMOS_MODE -extern Common::File *_currentVolumeFile; -#define currentVolumeFile (*_currentVolumeFile) -#else extern Common::File currentVolumeFile; -#endif extern int16 volumeNumEntry; extern fileEntry *volumePtrToFileDescriptor; |
