mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
* Visual Studio fixes (requires VS2013 at the minimum)
This commit is contained in:
@@ -52,7 +52,7 @@ ALTTPQuest* ALTTPFile::quest(atUint32 id) const
|
||||
|
||||
atUint32 ALTTPFile::questCount() const
|
||||
{
|
||||
return m_quests.size();
|
||||
return (atUint32)m_quests.size();
|
||||
}
|
||||
} // zelda
|
||||
|
||||
|
||||
Reference in New Issue
Block a user