1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Compile fix for #847

This commit is contained in:
DjWarmonger
2012-01-12 20:41:32 +00:00
parent 86e7d96b39
commit ba646b1d41
4 changed files with 39 additions and 39 deletions

View File

@@ -550,7 +550,6 @@ DLL_LINKAGE const CArtifactInstance *ArtifactLocation::getArt() const
}
}
return NULL;
return NULL;
}
DLL_LINKAGE CArtifactInstance *ArtifactLocation::getArt()