[Scummvm-cvs-logs] SF.net SVN: scummvm: [27412] scummvm/trunk/engines/parallaction/menu.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Jun 15 06:15:42 CEST 2007


Revision: 27412
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27412&view=rev
Author:   Kirben
Date:     2007-06-14 21:15:41 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
Enable language screen in Amiga version.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/menu.cpp

Modified: scummvm/trunk/engines/parallaction/menu.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/menu.cpp	2007-06-15 04:05:57 UTC (rev 27411)
+++ scummvm/trunk/engines/parallaction/menu.cpp	2007-06-15 04:15:41 UTC (rev 27412)
@@ -178,11 +178,8 @@
 
 uint16 Menu::chooseLanguage() {
 
-	if (_vm->getPlatform() == Common::kPlatformAmiga) {
-		// TODO: should return the language ID supported by this version
-		// this can be done with some flags in the detection structures
-		return 1;
-	}
+	// TODO: should return the language ID supported by Amiga versions
+	// this can be done with some flags in the detection structures
 
 	// user can choose language in dos version
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list