fix formatting -- no code change

This commit is contained in:
Andy2 2011-12-07 06:16:11 -08:00
parent ded7ffc6fe
commit 7b985fcbae

View file

@ -315,7 +315,8 @@ public class GameUtils {
gamePtr = XwJNI.initJNI();
String langName = gi.langName();
boolean madeGame = XwJNI.game_makeFromStream( gamePtr, stream,
boolean madeGame =
XwJNI.game_makeFromStream( gamePtr, stream,
JNIUtilsImpl.get(), gi,
dictNames, pairs.m_bytes,
pairs.m_paths, langName,
@ -324,7 +325,8 @@ public class GameUtils {
if ( !madeGame ) {
XwJNI.game_makeNewGame( gamePtr, gi, JNIUtilsImpl.get(),
CommonPrefs.get(context), dictNames,
pairs.m_bytes, pairs.m_paths, langName );
pairs.m_bytes, pairs.m_paths,
langName );
}
}
return gamePtr;