projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64d887
)
Fix indianred and indigo of color-string
author
Rui
<Rui914@users.noreply.github.com>
Tue, 18 Aug 2015 10:57:55 +0000
(19:57 +0900)
committer
est31
<MTest31@outlook.com>
Wed, 19 Aug 2015 17:49:45 +0000
(19:49 +0200)
src/util/string.cpp
patch
|
blob
|
history
diff --git
a/src/util/string.cpp
b/src/util/string.cpp
index c2724aa58acd81a7ed58c782f31e9e2877a22609..2c4143c764c1d41ba2aebcdefa3dac9acce78725 100644
(file)
--- a/
src/util/string.cpp
+++ b/
src/util/string.cpp
@@
-587,8
+587,8
@@
ColorContainer::ColorContainer()
colors["greenyellow"] = 0xadff2f;
colors["honeydew"] = 0xf0fff0;
colors["hotpink"] = 0xff69b4;
- colors["indianred
"]
= 0xcd5c5c;
- colors["indigo
"]
= 0x4b0082;
+ colors["indianred
"]
= 0xcd5c5c;
+ colors["indigo
"]
= 0x4b0082;
colors["ivory"] = 0xfffff0;
colors["khaki"] = 0xf0e68c;
colors["lavender"] = 0xe6e6fa;