aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-12 14:44:35 +0300
committerEugene Sandulenko2014-04-12 14:44:35 +0300
commit2e7ef9d78964ebb5a93a927330b98b1b77e225df (patch)
treeccdbc4c3193642d944c1cb2d54a9d010a60e6bbb /engines/fullpipe/scenes.h
parentaf06053d6bace6546cd9d500957eff8cf58b7a89 (diff)
downloadscummvm-rg350-2e7ef9d78964ebb5a93a927330b98b1b77e225df.tar.gz
scummvm-rg350-2e7ef9d78964ebb5a93a927330b98b1b77e225df.tar.bz2
scummvm-rg350-2e7ef9d78964ebb5a93a927330b98b1b77e225df.zip
FULLPIPE: Implement BallChain::removeBall()
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 517576c6f3..0b7c4e7c8f 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -232,7 +232,7 @@ struct BallChain {
void init(Ball **ball);
Ball *sub04(Ball *ballP, Ball *ballN);
- void sub05(Ball *ball);
+ void removeBall(Ball *ball);
void reset() { pHead = 0; pTail = 0; field_8 = 0; numBalls = 0; free(cPlex); cPlex = 0; cPlexLen = 0; }
};