diff options
Diffstat (limited to 'engines/wintermute/Ad/AdEntity.h')
-rw-r--r-- | engines/wintermute/Ad/AdEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Ad/AdEntity.h b/engines/wintermute/Ad/AdEntity.h index e8a55a16aa..6590007021 100644 --- a/engines/wintermute/Ad/AdEntity.h +++ b/engines/wintermute/Ad/AdEntity.h @@ -35,7 +35,7 @@ namespace WinterMute { class CVidTheoraPlayer;
class CAdEntity : public CAdTalkHolder {
public:
- CVidTheoraPlayer* _theora;
+ CVidTheoraPlayer *_theora;
HRESULT SetSprite(const char *Filename);
int _walkToX;
int _walkToY;
|