From 8180123884cb0a00f710333dec7d503b43ed5070 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 8 Oct 2015 20:48:27 +0200 Subject: Use enum-specialization for Session.State --- src/crsm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/crsm.hpp b/src/crsm.hpp index 2059a5a..9351db8 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -135,7 +135,7 @@ private: CRSMSession() : CRSMConfigBase::CRSMConfigBase({ ConfigValue(League), - ConfigValue((Integer&)State), + ConfigValue(State), ConfigValue(UserWish), ConfigValue(CountDown), ConfigValue(ScenarioName), -- cgit v1.2.3-54-g00ecf