mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
TINSEL: Make the cdFlags array in drives.cpp static again.
This commit is contained in:
parent
cd085b1ae8
commit
e8be5ba95b
@ -74,7 +74,7 @@ int GetCurrentCD() {
|
||||
return (currentCD - '1' + 1);
|
||||
}
|
||||
|
||||
const uint32 cdFlags[] = { fCd1, fCd2, fCd3, fCd4, fCd5, fCd6, fCd7, fCd8 };
|
||||
static const uint32 cdFlags[] = { fCd1, fCd2, fCd3, fCd4, fCd5, fCd6, fCd7, fCd8 };
|
||||
|
||||
void SetCD(int flags) {
|
||||
if (flags & cdFlags[currentCD - '1'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user