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

lordhoto lordhoto at gmail.com
Wed Apr 13 19:30:18 CEST 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:
a132bbb10c CONFIGURE: Fix tsage engine entry position.


Commit: a132bbb10c2f7349862c6c35d03d829ff76d5dea
    https://github.com/scummvm/scummvm/commit/a132bbb10c2f7349862c6c35d03d829ff76d5dea
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-04-13T10:28:49-07:00

Commit Message:
CONFIGURE: Fix tsage engine entry position.

The engine list is (apart for subengines and SCUMM) sorted alphabetically,
thus tsage should be between touche and tucker and not between toon and
touche.

Changed paths:
    configure



diff --git a/configure b/configure
index 64ef9ef..3c59481 100755
--- a/configure
+++ b/configure
@@ -114,8 +114,8 @@ add_engine teenagent "Teen Agent" yes
 add_engine testbed "TestBed: the Testing framework" no
 add_engine tinsel "Tinsel" yes
 add_engine toon "Toonstruck" yes
-add_engine tsage "Ringworld: Revenge Of The Patriarch" no
 add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
+add_engine tsage "Ringworld: Revenge Of The Patriarch" no
 add_engine tucker "Bud Tucker in Double Trouble" yes
 
 






More information about the Scummvm-git-logs mailing list