aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-13 19:28:49 +0200
committerJohannes Schickel2011-04-13 19:28:49 +0200
commita132bbb10c2f7349862c6c35d03d829ff76d5dea (patch)
tree56a23967c09698604c8195890c5f7e218b5f658e
parentfb9a8620dbefc0f4c05001df83f4b54f7ea9e2e7 (diff)
downloadscummvm-rg350-a132bbb10c2f7349862c6c35d03d829ff76d5dea.tar.gz
scummvm-rg350-a132bbb10c2f7349862c6c35d03d829ff76d5dea.tar.bz2
scummvm-rg350-a132bbb10c2f7349862c6c35d03d829ff76d5dea.zip
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.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 64ef9efa3f..3c59481021 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