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:
parent
5eff2ece21
commit
d503a65849
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ if (ANDROID)
|
|||
${OSG_PLUGINS}
|
||||
jpeg
|
||||
gif
|
||||
png
|
||||
png
|
||||
)
|
||||
endif (ANDROID)
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue