1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00

Fix typo.

This commit is contained in:
Frank Zago 2009-06-01 03:17:54 +00:00
parent da0bf61b54
commit d9215d050c

View File

@ -253,7 +253,7 @@ class CIntObject //interface object
{
public:
Rect pos; //position of object on the screen
int ID; //object uniqe ID, rarely (if at all) used
int ID; //object unique ID, rarely (if at all) used
//virtual bool isIn(int x, int y)
//{