forked from jaildesigner-jailgames/jaildoctors_dilemma
Limpieza y organización de código
This commit is contained in:
@@ -29,14 +29,6 @@ Item::Item(item_t item)
|
||||
c = item.color2;
|
||||
color.push_back(c);
|
||||
color.push_back(c);
|
||||
|
||||
/*
|
||||
const std::vector<std::string> vColors = {"blue", "red", "magenta", "green", "cyan", "yellow"};
|
||||
for (auto v:vColors)
|
||||
{
|
||||
color.push_back(stringToColor(v));
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// Destructor
|
||||
|
||||
Reference in New Issue
Block a user