Changeset 974 for cpp/frams/genetics/f9
- Timestamp:
- 07/06/20 23:28:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/f9_oper.cpp
r899 r974 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 15Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 9 9 10 10 #define FIELDSTRUCT GenoOper_f9 11 static ParamEntry GENOf9param_tab[] =11 static ParamEntry geno_f9_paramtab[] = 12 12 { 13 13 { "Genetics: f9", 1, 1, }, … … 20 20 GenoOper_f9::GenoOper_f9() 21 21 { 22 par.setParamTab( GENOf9param_tab);22 par.setParamTab(geno_f9_paramtab); 23 23 par.select(this); 24 24 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.