We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c52a1 commit 72c5c24Copy full SHA for 72c5c24
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
@@ -573,7 +573,7 @@ int vs_create(scene *scene) {
573
local->arena = 0;
574
} else {
575
// pick a random arena for 1 player mode
576
- local->arena = 0; //rand_int(5); // srand was done in melee
+ local->arena = 0; // rand_int(5); // srand was done in melee
577
}
578
579
// Arena
0 commit comments