diff options
author | Chris Apers | 2005-10-08 20:54:05 +0000 |
---|---|---|
committer | Chris Apers | 2005-10-08 20:54:05 +0000 |
commit | 5b514241f34a0f25f98a280801df5d2f1f7d9dbf (patch) | |
tree | ac675fe558ec92b11fc0ce1b488bc7488429a294 /scumm/smush | |
parent | 98bfe388fb9121985f900056348e663c0b441b75 (diff) | |
download | scummvm-rg350-5b514241f34a0f25f98a280801df5d2f1f7d9dbf.tar.gz scummvm-rg350-5b514241f34a0f25f98a280801df5d2f1f7d9dbf.tar.bz2 scummvm-rg350-5b514241f34a0f25f98a280801df5d2f1f7d9dbf.zip |
revert previous changes related to #ifdefs
svn-id: r18969
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/smush_font.cpp | 3 | ||||
-rw-r--r-- | scumm/smush/smush_player.cpp | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/scumm/smush/smush_font.cpp b/scumm/smush/smush_font.cpp index 4301af5536..3b50c0f51c 100644 --- a/scumm/smush/smush_font.cpp +++ b/scumm/smush/smush_font.cpp @@ -19,8 +19,6 @@ * */ -#ifndef DISABLE_SCUMM_7_8 - #include "common/stdafx.h" #include "common/file.h" #include "scumm/scumm.h" @@ -268,4 +266,3 @@ void SmushFont::drawStringWrap(const char *str, byte *buffer, int dst_width, int } // End of namespace Scumm -#endif diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp index a93e96dea6..efaca21590 100644 --- a/scumm/smush/smush_player.cpp +++ b/scumm/smush/smush_player.cpp @@ -18,8 +18,6 @@ * $Header$ * */ - -#ifndef DISABLE_SCUMM_7_8 #include "common/stdafx.h" @@ -1311,4 +1309,3 @@ void SmushPlayer::play(const char *filename, int32 offset, int32 startFrame) { } // End of namespace Scumm -#endif |