Merge remote-tracking branch 'justin/sound'

This commit is contained in:
Owain van Brakel
2021-11-05 23:52:06 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ object ProjectVersions {
const val launcherVersion = "2.2.0"
const val rlVersion = "1.8.1"
const val openosrsVersion = "4.15.0"
const val openosrsVersion = "4.15.1"
const val rsversion = 201
const val cacheversion = 165

View File

@@ -10,7 +10,7 @@ public interface RSObjectSound
@Import("y")
int getY();
@Import("maxY")
@Import("maxX")
int getMaxX();
@Import("maxY")