Skip to content

Commit

Permalink
FULLPIPE: More initializations in scene09
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 13, 2014
1 parent 14590b4 commit 50c98d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/fullpipe/scenes.cpp
Expand Up @@ -172,6 +172,8 @@ Vars::Vars() {
scene09_var15 = 0;
scene09_var17 = 0;
scene09_var19 = 0;
scene09_var18.x = 0;
scene09_var18.y = -15;

scene10_gum = 0;
scene10_packet = 0;
Expand Down
1 change: 1 addition & 0 deletions engines/fullpipe/scenes.h
Expand Up @@ -367,6 +367,7 @@ class Vars {
int scene09_var15;
int scene09_var17;
int scene09_var19;
Common::Point scene09_var18;

StaticANIObject *scene10_gum;
StaticANIObject *scene10_packet;
Expand Down
3 changes: 3 additions & 0 deletions engines/fullpipe/scenes/scene09.cpp
Expand Up @@ -69,6 +69,9 @@ void scene09_initScene(Scene *sc) {
g_vars->scene09_var11 = -1;
g_vars->scene09_var12 = -1000;

g_vars->scene09_balls.cPlexLen = 10;
g_vars->scene09_var07.cPlexLen = 10;

while (g_vars->scene09_balls.numBalls) {
Ball *b = g_vars->scene09_balls.pHead->p0;

Expand Down

0 comments on commit 50c98d9

Please sign in to comment.