Skip to content

Commit

Permalink
Merge pull request #850 from sotakoira/2310-beta
Browse files Browse the repository at this point in the history
box details beta
  • Loading branch information
SPRAVEDLIVO authored Oct 25, 2021
2 parents 5acf607 + 19cf7e8 commit 95d824f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions settings/Data/MusicKits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
57 : Jesse Harlin, Astro Bellum
58 : Laura Shigihara: Work Hard, Play Hard
59 : Sarah Schachner, KOLIBRI
60 : bbno$, u mad!
2 changes: 1 addition & 1 deletion src/main/kotlin/rat/poison/scripts/visuals/BoxESP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private var leftShiftY = 0F
private var rightShiftY = 0F
private var barWidth = 0F

private const val entityMemorySize = 70608
private const val entityMemorySize = 71632
private val entMemory = threadLocalPointer(entityMemorySize)
private val forEntsList = arrayOf(EntityType.CCSPlayer, EntityType.CEconEntity)
//p250 & cz75 share same classid, create enum for WeaponItemIndex using m_iItemDefinitionIndex
Expand Down

0 comments on commit 95d824f

Please sign in to comment.