1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fixed typo.

This commit is contained in:
Frank Zago 2011-09-02 01:09:53 +00:00
parent 10b4f6213f
commit fbf822ba11

View File

@ -27,7 +27,7 @@ class CGeneralTextHandler;
class DLL_EXPORT LibClasses
{
public:
bool IS_AI_ENABLED; //VLC is teh only object visible from both CMT and GeniusAI
bool IS_AI_ENABLED; //VLC is the only object visible from both CMT and GeniusAI
CArtHandler * arth;
CHeroHandler * heroh;
CCreatureHandler * creh;