We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65aa43 commit e45fef7Copy full SHA for e45fef7
2 files changed
src/game/scenes/mainmenu/menu_connect.c
@@ -104,7 +104,7 @@ void menu_connect_tick(component *c) {
104
105
DEBUG("connected to server!");
106
controller *player1_ctrl, *player2_ctrl;
107
- //keyboard_keys *keys;
+ // keyboard_keys *keys;
108
game_player *p1 = game_state_get_player(gs, 0);
109
game_player *p2 = game_state_get_player(gs, 1);
110
src/game/scenes/vs.c
@@ -566,7 +566,7 @@ int vs_create(scene *scene) {
566
local->arena = 0;
567
} else {
568
// pick a random arena for 1 player mode
569
- local->arena = 0; //rand_int(5); // srand was done in melee
+ local->arena = 0; // rand_int(5); // srand was done in melee
570
}
571
572
// Arena
0 commit comments