diff options
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index dc5ed122..fdb51f78 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -1714,7 +1714,7 @@ void SendSourceStateEvent(ContextBase *context, uint id, VChangeState state) break; /* Shouldn't happen. */ case VChangeState::Restart: - ASSUME(0); + al::unreachable(); } ring->writeAdvance(1); |