mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Made a few functions static or static inline.
This commit is contained in:
@@ -261,7 +261,7 @@ inline void delObjRect(const int & x, const int & y, const int & z, const int &
|
||||
return;
|
||||
}
|
||||
}
|
||||
int getDir(int3 src, int3 dst)
|
||||
static int getDir(int3 src, int3 dst)
|
||||
{
|
||||
int ret = -1;
|
||||
if(dst.x+1 == src.x && dst.y+1 == src.y) //tl
|
||||
|
||||
Reference in New Issue
Block a user