Skip to content

Commit 5b36b27

Browse files
committed
Update pulse stuff after CS2 update
1 parent 0a3691c commit 5b36b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pulse_metadata.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class CPulseLibraryEventFunction : public CPulseDomainFunction
290290
class CPulseLibraryBinding
291291
{
292292
public:
293-
#if SOURCE_ENGINE == SE_DOTA
293+
#if SOURCE_ENGINE == SE_DOTA || SOURCE_ENGINE == SE_CS2
294294
void *m_unk001;
295295
#endif
296296
CUtlString m_Name;
@@ -307,7 +307,7 @@ class CPulseLibraryBinding
307307
class CPulseDomainInfo
308308
{
309309
public:
310-
#if SOURCE_ENGINE == SE_DOTA
310+
#if SOURCE_ENGINE == SE_DOTA || SOURCE_ENGINE == SE_CS2
311311
void *m_unk001;
312312
#endif
313313
CUtlString m_Name;

0 commit comments

Comments
 (0)