Changeset 974 for cpp/frams/genetics/fn
- Timestamp:
- 07/06/20 23:28:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fn/fn_oper.cpp
r899 r974 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 22 22 23 23 #define FIELDSTRUCT GenoOper_fn 24 static ParamEntry GENOfnparam_tab[] =24 static ParamEntry genooper_fn_paramtab[] = 25 25 { 26 26 { "Genetics: fn", 1, 6, }, … … 39 39 GenoOper_fn::GenoOper_fn() 40 40 { 41 par.setParamTab( GENOfnparam_tab);41 par.setParamTab(genooper_fn_paramtab); 42 42 par.select(this); 43 43 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.