mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Added some kind of simple chatting functionality through console. Implemented several WoG cheats equivalents:
* woggaladriel -> vcmiainur * wogoliphaunt -> vcminoldor * wogshadowfax -> vcminahar * wogeyeofsauron -> vcmieagles * wogisengard -> vcmiformenos * wogsaruman -> vcmiistari * wogpathofthedead -> vcmiangband Minor changes.
This commit is contained in:
@@ -156,7 +156,7 @@ int main(int argc, char** argv)
|
||||
{
|
||||
logfile = new std::ofstream("VCMI_Server_log.txt");
|
||||
console = new CConsoleHandler;
|
||||
boost::thread t(boost::bind(&CConsoleHandler::run,::console));
|
||||
//boost::thread t(boost::bind(&CConsoleHandler::run,::console));
|
||||
if(argc > 1)
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user