summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/IVEngineClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/internal_rewrite/IVEngineClient.hpp')
-rw-r--r--cheat/internal_rewrite/IVEngineClient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/IVEngineClient.hpp b/cheat/internal_rewrite/IVEngineClient.hpp
index fb39e08..01f519d 100644
--- a/cheat/internal_rewrite/IVEngineClient.hpp
+++ b/cheat/internal_rewrite/IVEngineClient.hpp
@@ -187,7 +187,7 @@ public:
void GetActiveSounds( CUtlVector< CSndInfo >& list ) {
using fn = void( __thiscall* )( void*, CUtlVector< CSndInfo >& );
- return util::get_vfunc< fn >( this, 18 )( this, list );
+ return util::get_vfunc< fn >( this, 19 )( this, list );
}
};