aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_littlered.cpp
AgeCommit message (Collapse)Author
2012-06-18GOB: Don't loop /all/ sounds in Little RedSven Hesse
Just the title music... *cough*
2012-06-16GOB: Loop the Little Red title musicSven Hesse
2012-06-16GOB: Shut up Little Red's warning about gob func 1 and 2Sven Hesse
Those set some DOS timer interrupt related to sound. Seems to be unnecessary for us.
2012-06-15GOB: Implement Util::getKeyState() for Little RedSven Hesse
This makes the bees level playable, removing the "lock-up". Collision detection between Little Red and the bees and butterflies doesn't work yet though, so they're just flying through her. Nevertheless, the game seems to be completable now.
2012-06-15GOB: Add class Inter_LittleRedSven Hesse
This fixes the crash when selecting an animal in the "Languages" screen. Interestingly, the German names of the animals are partially wrong... And for "Das Schmetterling" (sic!), even the recorded speech sample is wrong.