Makes the 4 player Minesweeper a clone so the fine name can exceed 8 chars, fixes a regression from massive clone name change.

This commit is contained in:
Brian Troha 2009-07-29 19:36:18 +00:00
parent c88e673ebb
commit a42ef2cc3b

View File

@ -567,4 +567,4 @@ GAME( 1976, comotion, 0, comotion, comotion, blockade, ROT0, "Gremlin", "Comotio
GAME( 1978, blasto, 0, blasto, blasto, blockade, ROT0, "Gremlin", "Blasto", GAME_IMPERFECT_SOUND )
GAME( 1977, hustle, 0, hustle, hustle, blockade, ROT0, "Gremlin", "Hustle", GAME_IMPERFECT_SOUND )
GAME( 1977, mineswpr, 0, blasto, mineswpr, blockade, ROT0, "Amutech", "Minesweeper", GAME_IMPERFECT_SOUND )
GAME( 1977, mineswpr4,0, blasto, minesw4p, blockade, ROT0, "Amutech", "Minesweeper (4-Player)", GAME_IMPERFECT_SOUND )
GAME( 1977, mineswpr4, mineswpr, blasto, minesw4p, blockade, ROT0, "Amutech", "Minesweeper (4-Player)", GAME_IMPERFECT_SOUND )