aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_eob.cpp
diff options
context:
space:
mode:
authorathrxx2012-01-31 18:09:29 +0100
committerathrxx2012-02-21 21:48:37 +0100
commit47005de313ac9646d8b676042d0695346c96b9dd (patch)
treee908c8befa0d8ea2d6505ed76d90ca775880aa78 /engines/kyra/timer_eob.cpp
parent70cfbcd0468db96a788d7886b6f851d5dfee4769 (diff)
downloadscummvm-rg350-47005de313ac9646d8b676042d0695346c96b9dd.tar.gz
scummvm-rg350-47005de313ac9646d8b676042d0695346c96b9dd.tar.bz2
scummvm-rg350-47005de313ac9646d8b676042d0695346c96b9dd.zip
KYRA: (EOB) - fix minor bug (wrongly initialized value) and some renaming
Diffstat (limited to 'engines/kyra/timer_eob.cpp')
-rw-r--r--engines/kyra/timer_eob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/timer_eob.cpp b/engines/kyra/timer_eob.cpp
index 8ad28c2ec4..de1becfa72 100644
--- a/engines/kyra/timer_eob.cpp
+++ b/engines/kyra/timer_eob.cpp
@@ -195,7 +195,7 @@ void EoBCoreEngine::timerProcessFlyingObjects(int timerNum) {
if (newBl) {
bl = calcNewBlockPosition(fo->curBlock, fo->direction);
pos &= 3;
- fo->u2 = 0;
+ fo->starting = 0;
}
if (updateObjectFlight(fo, bl, pos)) {