1
0
forked from 0ad/0ad

Fix warning

This was SVN commit r7710.
This commit is contained in:
Ykkrosh 2010-07-07 10:39:12 +00:00
parent 6bd38c1e5d
commit 8d9fa66b67

View File

@ -49,6 +49,7 @@
static LibError load_sys_cursor(const PIVFS& vfs, const VfsPath& pathname, int hx, int hy, sys_cursor* cursor)
{
#if !ALLOW_SYS_CURSOR
UNUSED2(vfs);
UNUSED2(pathname);
UNUSED2(hx);
UNUSED2(hy);