diff options
author | Eugene Sandulenko | 2005-05-14 23:28:22 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-05-14 23:28:22 +0000 |
commit | 80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd (patch) | |
tree | 61a692342f0c6762919d3701811438d77991c5f7 /scumm/smush | |
parent | 3588b96d4fc6c1100a01f21987f34dab9c0e97bf (diff) | |
download | scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.gz scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.bz2 scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.zip |
Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.
svn-id: r18100
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/smush_player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h index 7b6b4ded18..6785b05c11 100644 --- a/scumm/smush/smush_player.h +++ b/scumm/smush/smush_player.h @@ -19,7 +19,7 @@ * */ -#ifndef SMUSH_PLAYER_H +#if !defined(SMUSH_PLAYER_H) && !defined(DISABLE_SCUMM_7_8) #define SMUSH_PLAYER_H #include "common/util.h" |