Skip to content

Commit

Permalink
TSAGE: Bugfix for drunk and beer sign to animate correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 30, 2011
1 parent 002b6ec commit 7bc2390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/tsage/blue_force/blueforce_scenes1.h
Expand Up @@ -103,7 +103,8 @@ class Scene109: public PalettedScene {
SceneObject _drunk, _cop2, _bartender, _beerSign, _animationInset;
IntroSceneText _text;
Action1 _action1;
Action _action2, _action3;
Action2 _action2;
Action3 _action3;
public:
Scene109();

Expand Down

0 comments on commit 7bc2390

Please sign in to comment.