[Scummvm-cvs-logs] scummvm master -> 17d5b0d28d626dfcaf538feb7d400e30f7c93376

Strangerke Strangerke at scummvm.org
Mon Nov 28 23:08:01 CET 2011


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:
17d5b0d28d TSAGE: R2R - Forget a file in previous commit


Commit: 17d5b0d28d626dfcaf538feb7d400e30f7c93376
    https://github.com/scummvm/scummvm/commit/17d5b0d28d626dfcaf538feb7d400e30f7c93376
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-28T14:07:06-08:00

Commit Message:
TSAGE: R2R - Forget a file in previous commit

Changed paths:
    engines/tsage/events.h



diff --git a/engines/tsage/events.h b/engines/tsage/events.h
index 8bd4a2b..37f8951 100644
--- a/engines/tsage/events.h
+++ b/engines/tsage/events.h
@@ -93,8 +93,8 @@ enum CursorType {
 	R2_50 = 50, R2_51 = 51, R2_52 = 52,
 
 	// Ringworld 2 cursors
-	CURSOR_3  = 3,  CURSOR_7  = 7, CURSOR_8 = 8, CURSOR_9 = 9, CURSOR_10 = 10, CURSOR_13 = 13, CURSOR_14 = 14, 
-	CURSOR_15 = 15, CURSOR_16 = 16,
+	CURSOR_2  = 2,  CURSOR_3  = 3,  CURSOR_7  = 7,  CURSOR_8  = 8, CURSOR_9 = 9, CURSOR_10 = 10,
+	CURSOR_13 = 13, CURSOR_14 = 14, CURSOR_15 = 15, CURSOR_16 = 16,
 
 	// Cursors
 	CURSOR_WALK = 0x100, CURSOR_LOOK = 0x200, CURSOR_700 = 700, CURSOR_USE = 0x400, CURSOR_TALK = 0x800,






More information about the Scummvm-git-logs mailing list