[Scummvm-cvs-logs] scummvm master -> f608b94a5dddac80ad003fa5b1196d372624551f

tsoliman tarek at bashasoliman.com
Sun Feb 19 05:23:49 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:
f608b94a5d COMMON: Fix value of EVENT_CUSTOM_BACKEND


Commit: f608b94a5dddac80ad003fa5b1196d372624551f
    https://github.com/scummvm/scummvm/commit/f608b94a5dddac80ad003fa5b1196d372624551f
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-02-18T20:23:06-08:00

Commit Message:
COMMON: Fix value of EVENT_CUSTOM_BACKEND

I failed to see that the enum was not ordered

Changed paths:
    common/events.h



diff --git a/common/events.h b/common/events.h
index d3c7064..ab0c0a5 100644
--- a/common/events.h
+++ b/common/events.h
@@ -78,7 +78,7 @@ enum EventType {
 	,
 	// IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
 	// this, please talk to tsoliman and/or LordHoto.
-	EVENT_CUSTOM_BACKEND = 13
+	EVENT_CUSTOM_BACKEND = 18
 #endif
 };
 






More information about the Scummvm-git-logs mailing list