Skip to content

Commit

Permalink
more of a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
saolsen committed Feb 14, 2025
1 parent dfde443 commit c7fe265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build_tazar_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pushd cmake-web
mv tazar.html index.html
mkdir tazar-web
cp tazar.js tazar-web/
cp azar.wasm tazar-web/
cp tazar.wasm tazar-web/
cp index.html tazar-web/
zip -r tazar-web.zip tazar-web
popd
2 changes: 0 additions & 2 deletions tazar/tazar_ai.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ Command ai_mc_select_command(MCState *state, Game *game, Command *commands, int

const Node zero_node = (Node) {
.kind = NODE_NONE,
.game = (Game) {0},
.command = (Command) {0},
.parent_i = 0,
.first_child_i = 0,
.num_children = 0,
Expand Down

0 comments on commit c7fe265

Please sign in to comment.