Renombradas las variables de param_t
This commit is contained in:
@@ -12,8 +12,8 @@ DefineButtons::DefineButtons(Input *input, Text *text, param_t *param, options_t
|
||||
|
||||
// Inicializa variables
|
||||
enabled = false;
|
||||
x = param->gameWidth / 2;
|
||||
y = param->pressStart;
|
||||
x = param->game.width / 2;
|
||||
y = param->title.pressStartPosition;
|
||||
indexController = 0;
|
||||
indexButton = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user