mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
HDB: Fix warning
This commit is contained in:
parent
39bbc59cb5
commit
bfa2d11a1d
@ -744,7 +744,7 @@ void HDBGame::drawLoadingScreen() {
|
||||
_loadingScreenGfx->draw(0, 0);
|
||||
}
|
||||
|
||||
struct {
|
||||
struct MapName {
|
||||
const char *fName, *printName;
|
||||
} mapNames[] = {
|
||||
{ "MAP00", "HDS Colby Jack" },
|
||||
|
Loading…
Reference in New Issue
Block a user