summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/xworld/engine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/xworld/engine.c b/apps/plugins/xworld/engine.c
index 3a4ddfb..b09e320 100644
--- a/apps/plugins/xworld/engine.c
+++ b/apps/plugins/xworld/engine.c
@@ -169,7 +169,8 @@ bool engine_loadStringTable(struct Engine* e)
* this gives verbose warnings while loadFontFile doesn't because the font looks similar
* enough to pass for the "original", but the strings don't
*/
- warning("Unable to find string table, falling back to alternate strings");
+ /* FW 2017-2-12: eliminated obnoxious warning */
+ /*warning("Unable to find string table, falling back to alternate strings");*/
goto fail;
}