mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-08 03:49:39 -05:00
dd294a30d4
* Fix achievement sound not playing in cutscenes. * Prevent achievement overlay from showing if sounds cannot be played.
11 lines
140 B
C++
11 lines
140 B
C++
#pragma once
|
|
|
|
class InspirePatches
|
|
{
|
|
public:
|
|
static std::string s_sceneName;
|
|
|
|
static void DrawDebug();
|
|
static void Update();
|
|
};
|