row -> iRow
This commit is contained in:
@@ -14,8 +14,8 @@ public:
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
protected:
|
||||
virtual void ImportOptions( int row, const vector<PlayerNumber> &vpns ) {}
|
||||
virtual void ExportOptions( int row, const vector<PlayerNumber> &vpns );
|
||||
virtual void ImportOptions( int iRow, const vector<PlayerNumber> &vpns ) {}
|
||||
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
||||
|
||||
virtual void AfterChangeValueInRow( PlayerNumber pn );
|
||||
virtual void ProcessMenuStart( PlayerNumber pn, const InputEventType type );
|
||||
|
||||
Reference in New Issue
Block a user