[Scummvm-cvs-logs] scummvm master -> 8098ed9b466f8538e3878c76e46be525028ec2d4

sev- sev at scummvm.org
Sun Sep 22 10:49:55 CEST 2013


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:
8098ed9b46 EVENTS: Initialize class variable. CID 1002944


Commit: 8098ed9b466f8538e3878c76e46be525028ec2d4
    https://github.com/scummvm/scummvm/commit/8098ed9b466f8538e3878c76e46be525028ec2d4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-22T01:47:37-07:00

Commit Message:
EVENTS: Initialize class variable. CID 1002944

Changed paths:
    backends/events/default/default-events.cpp



diff --git a/backends/events/default/default-events.cpp b/backends/events/default/default-events.cpp
index bf76bbc..30f3b37 100644
--- a/backends/events/default/default-events.cpp
+++ b/backends/events/default/default-events.cpp
@@ -54,6 +54,8 @@ DefaultEventManager::DefaultEventManager(Common::EventSource *boss) :
 	_currentKeyDown.ascii = 0;
 	_currentKeyDown.flags = 0;
 
+	_keyRepeatTime = 0;
+
 #ifdef ENABLE_VKEYBD
 	_vk = new Common::VirtualKeyboard();
 #endif






More information about the Scummvm-git-logs mailing list