[Scummvm-git-logs] scummvm master -> e471116fa8cfb7b3ef8c42671ae707fd7ecdc7bf
sev-
sev at scummvm.org
Fri Jan 1 00:15:42 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e471116fa8 XEEN: Fix compilation
Commit: e471116fa8cfb7b3ef8c42671ae707fd7ecdc7bf
https://github.com/scummvm/scummvm/commit/e471116fa8cfb7b3ef8c42671ae707fd7ecdc7bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-01-01T01:15:28+01:00
Commit Message:
XEEN: Fix compilation
Changed paths:
engines/xeen/sound_driver.h
diff --git a/engines/xeen/sound_driver.h b/engines/xeen/sound_driver.h
index a6fa1fc131..b2c96806d0 100644
--- a/engines/xeen/sound_driver.h
+++ b/engines/xeen/sound_driver.h
@@ -75,7 +75,7 @@ protected:
MUSIC,
FX,
- LAST,
+ LAST
};
class Stream {
public:
More information about the Scummvm-git-logs
mailing list