mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -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}
|
||||
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…
x
Reference in New Issue
Block a user