DroidFish: Fixed warning in manifest file.

This commit is contained in:
Peter Osterlund
2012-02-12 09:49:54 +00:00
parent b97303fd5b
commit 28b81ddf0e
2 changed files with 3 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ public class DroidFish extends Activity implements GUIInterface {
// FIXME!!! Auto-swap sides is not good in combination with analysis mode.
// FIXME!!! Better behavior if engine is terminated. How exactly?
// FIXME!!! Handle PGN intents with more than one game.
private ChessBoard cb;
private static DroidChessController ctrl = null;