aboutsummaryrefslogtreecommitdiff
path: root/engines/made/made.h
diff options
context:
space:
mode:
authorBenjamin Haisch2008-05-12 16:10:13 +0000
committerBenjamin Haisch2008-05-12 16:10:13 +0000
commitc3b1b9bf826c485c5bc00d3e12becfed385686bf (patch)
treec3c2d8638b9fbca81df5cf932a613fdfdcd96684 /engines/made/made.h
parent289f96d37c8a904a79229b9554961a3c5ae22bbc (diff)
downloadscummvm-rg350-c3b1b9bf826c485c5bc00d3e12becfed385686bf.tar.gz
scummvm-rg350-c3b1b9bf826c485c5bc00d3e12becfed385686bf.tar.bz2
scummvm-rg350-c3b1b9bf826c485c5bc00d3e12becfed385686bf.zip
Fixed timer resolution/conversion; now the vulture in the first scene of RtZ lands on the sign, and the thunder sound is in sync with the flash screen effect in the Infocom logo screen.
svn-id: r32063
Diffstat (limited to 'engines/made/made.h')
-rw-r--r--engines/made/made.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/made/made.h b/engines/made/made.h
index f6f7fefd83..5491e8132f 100644
--- a/engines/made/made.h
+++ b/engines/made/made.h
@@ -60,6 +60,8 @@ enum MadeGameFeatures {
GF_FLOPPY = 1 << 3
};
+const uint32 kTimerResolution = 40;
+
struct MadeGameDescription;
class ProjectReader;