diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 34cfd516a..6bdad16ed 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -164,7 +164,7 @@ if (ANDROID) ${OSG_PLUGINS} jpeg gif - png + png ) endif (ANDROID) diff --git a/apps/openmw/mwgui/hud.cpp b/apps/openmw/mwgui/hud.cpp index 754408b98..bd1857a6b 100644 --- a/apps/openmw/mwgui/hud.cpp +++ b/apps/openmw/mwgui/hud.cpp @@ -81,7 +81,7 @@ namespace MWGui // automatically for stacks of gold worldObject.count = dropped.getRefData().getCount(); - // Get the real count of gold in a stack + // Get the real count of gold in a stack worldObject.goldValue = dropped.getCellRef().getGoldValue(); event->addObject(worldObject);