mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Fix indent
Remove misc.hpp in containerstore.cpp
This commit is contained in:
parent
7a86c8d8b6
commit
6c3c85f0d4
@ -132,10 +132,10 @@ namespace MWScript
|
||||
return;
|
||||
|
||||
if(Misc::StringUtils::ciEqual(item, "gold_005")
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_010")
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_025")
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_100"))
|
||||
item = "gold_001";
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_010")
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_025")
|
||||
|| Misc::StringUtils::ciEqual(item, "gold_100"))
|
||||
item = "gold_001";
|
||||
|
||||
MWWorld::ContainerStore& store = ptr.getClass().getContainerStore (ptr);
|
||||
|
||||
|
@ -13,8 +13,6 @@
|
||||
#include "../mwmechanics/creaturestats.hpp"
|
||||
#include "../mwmechanics/levelledlist.hpp"
|
||||
|
||||
#include "../mwclass/misc.hpp"
|
||||
|
||||
#include "manualref.hpp"
|
||||
#include "refdata.hpp"
|
||||
#include "class.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user