mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-03 01:53:12 -04:00
[Client] Replace tab characters with spaces
This commit is contained in:
parent
5eff2ece21
commit
d503a65849
@ -164,7 +164,7 @@ if (ANDROID)
|
|||||||
${OSG_PLUGINS}
|
${OSG_PLUGINS}
|
||||||
jpeg
|
jpeg
|
||||||
gif
|
gif
|
||||||
png
|
png
|
||||||
)
|
)
|
||||||
endif (ANDROID)
|
endif (ANDROID)
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ namespace MWGui
|
|||||||
// automatically for stacks of gold
|
// automatically for stacks of gold
|
||||||
worldObject.count = dropped.getRefData().getCount();
|
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();
|
worldObject.goldValue = dropped.getCellRef().getGoldValue();
|
||||||
|
|
||||||
event->addObject(worldObject);
|
event->addObject(worldObject);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user