mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
Fix typo.
This commit is contained in:
parent
da0bf61b54
commit
d9215d050c
@ -253,7 +253,7 @@ class CIntObject //interface object
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Rect pos; //position of object on the screen
|
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)
|
//virtual bool isIn(int x, int y)
|
||||||
//{
|
//{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user