1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

[Client] Replace tab characters with spaces

This commit is contained in:
David Cernat 2017-01-30 06:47:22 +02:00
parent 5eff2ece21
commit d503a65849
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ if (ANDROID)
${OSG_PLUGINS}
jpeg
gif
png
png
)
endif (ANDROID)

View file

@ -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);