From 098e470ff90b739e3f2e0f62c726a41b674d8805 Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 4 Aug 2010 15:13:29 +0000 Subject: [PATCH] A simple default "any card" pack if there are no packs specified in the game file git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1481 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/game.cpp b/src/data/game.cpp index 2861626d..c0b49cf9 100644 --- a/src/data/game.cpp +++ b/src/data/game.cpp @@ -98,6 +98,7 @@ void Game::validate(Version v) { pack->selectable = true; pack->summary = true; pack->filter = OptionalScript(_("true")); + pack->select = SELECT_NO_REPLACE; pack_types.push_back(pack); } }