[Scummvm-cvs-logs] scummvm master -> 0da424efb6cf105b9fb5e4a0ae259a63a9d7b1e1

eriktorbjorn eriktorbjorn at telia.com
Thu Nov 22 23:13:00 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0da424efb6 TINSEL: Fix typo in comment


Commit: 0da424efb6cf105b9fb5e4a0ae259a63a9d7b1e1
    https://github.com/scummvm/scummvm/commit/0da424efb6cf105b9fb5e4a0ae259a63a9d7b1e1
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2012-11-22T14:11:27-08:00

Commit Message:
TINSEL: Fix typo in comment

Changed paths:
    engines/tinsel/tinsel.cpp



diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index e09e2c1..16ba6a8 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -1053,7 +1053,7 @@ bool TinselEngine::pollEvent() {
 	case Common::EVENT_MOUSEMOVE:
 		{
 			// This fragment takes care of Tinsel 2 when it's been compiled with
-			// blank areas at the top and bottom of thes creen
+			// blank areas at the top and bottom of the screen
 			int ySkip = TinselV2 ? (g_system->getHeight() - _vm->screen().h) / 2 : 0;
 			if ((event.mouse.y >= ySkip) && (event.mouse.y < (g_system->getHeight() - ySkip)))
 				_mousePos = Common::Point(event.mouse.x, event.mouse.y - ySkip);






More information about the Scummvm-git-logs mailing list