From 67acdb628bf371f04b7387c61dc0f669360abe40 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 30 Sep 2016 19:59:05 -0500 Subject: SCI32: Sync subtitle text speed with ScummVM GUI --- engines/sci/engine/vm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index a4ac16ea32..dd66d9d52c 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -148,6 +148,7 @@ enum GlobalVar { kGlobalVarScore = 15, kGlobalVarFastCast = 84, // SCI16 kGlobalVarMessageType = 90, + kGlobalVarTextSpeed = 94, // SCI32; 0 is fastest, 8 is slowest kGlobalVarShivers1Score = 349 }; -- cgit v1.2.3