Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-11-14 16:03:19 +0000
committerStijn Buys <ingar@osirion.org>2012-11-14 16:03:19 +0000
commit0cf596e0505f1198748931787b93f469f3e58db7 (patch)
tree04404ff2404c824ff7a3c7c5a1703fe0a1878708 /src/core/slots.cc
parent6b737ea7f6e5a31d3c6024105ee11890f1a5451f (diff)
Add more Slot properties, corrected a bug in EntityControlable control flags handling.
Diffstat (limited to 'src/core/slots.cc')
-rw-r--r--src/core/slots.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/slots.cc b/src/core/slots.cc
index 031aba2..afbc29f 100644
--- a/src/core/slots.cc
+++ b/src/core/slots.cc
@@ -25,7 +25,7 @@ void Slots::load(model::Model *model)
Slot *slot = new Slot((*it)->location());
slots_container.push_back(slot);
}
- //con_debug << " loaded " << slots_container.size() << " entity slots" << std::endl;
+ con_debug << " loaded " << slots_container.size() << " entity slots" << std::endl;
}
void Slots::clear()