Changeset 974 for cpp/frams/genetics/fn


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/fn/fn_oper.cpp

    r899 r974  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2019  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    2222
    2323#define FIELDSTRUCT GenoOper_fn
    24 static ParamEntry GENOfnparam_tab[] =
     24static ParamEntry genooper_fn_paramtab[] =
    2525{
    2626        { "Genetics: fn", 1, 6, },
     
    3939GenoOper_fn::GenoOper_fn()
    4040{
    41         par.setParamTab(GENOfnparam_tab);
     41        par.setParamTab(genooper_fn_paramtab);
    4242        par.select(this);
    4343        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.