diff options
author | Paul Gilbert | 2011-05-30 20:37:29 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-05-30 20:37:29 +1000 |
commit | 2be59d519ebb009f5e6e881c055567834df3ac16 (patch) | |
tree | a3bc4323bee5ed7f010389aaf99fcbacb3f16003 /engines | |
parent | f094cb81cb9e470ada4d4584e3d9e71f018ddd28 (diff) | |
download | scummvm-rg350-2be59d519ebb009f5e6e881c055567834df3ac16.tar.gz scummvm-rg350-2be59d519ebb009f5e6e881c055567834df3ac16.tar.bz2 scummvm-rg350-2be59d519ebb009f5e6e881c055567834df3ac16.zip |
TSAGE: Changed parameter to animate call from NULL to 0 for better type matching
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/ringworld_scenes3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp index f09a0c03a0..a19f15eca6 100644 --- a/engines/tsage/ringworld_scenes3.cpp +++ b/engines/tsage/ringworld_scenes3.cpp @@ -2505,7 +2505,7 @@ void Scene2150::postInit(SceneObjectList *OwnerList) { _hotspot7.setVisage(2152); _hotspot7._frame = 1; _hotspot7._strip = 2; - _hotspot7.animate(ANIM_MODE_8, NULL, NULL); + _hotspot7.animate(ANIM_MODE_8, 0, NULL); _hotspot7.setPosition(Common::Point(122, 62)); _hotspot7.changeZoom(100); _hotspot7.fixPriority(76); |