Changeset 974 for cpp/frams/genetics/f9


Ignore:
Timestamp:
07/06/20 23:28:57 (4 years ago)
Author:
Maciej Komosinski
Message:

Renamed all genooper paramtab variables to be consistent with the standard naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f9/f9_oper.cpp

    r899 r974  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    99
    1010#define FIELDSTRUCT GenoOper_f9
    11 static ParamEntry GENOf9param_tab[] =
     11static ParamEntry geno_f9_paramtab[] =
    1212{
    1313        { "Genetics: f9", 1, 1, },
     
    2020GenoOper_f9::GenoOper_f9()
    2121{
    22         par.setParamTab(GENOf9param_tab);
     22        par.setParamTab(geno_f9_paramtab);
    2323        par.select(this);
    2424        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.