We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3164 commit 920d0b2Copy full SHA for 920d0b2
crates/scrzebra/src/scrzebra.rs
@@ -56,7 +56,7 @@ pub type Board = [i32; 128];
56
unsafe fn run_endgame_script(mut in_file_name: *const i8,
57
mut out_file_name: *const i8,
58
mut display_line: i32,
59
- g_state: &mut FullState, thor: LegacyThor) {
+ g_state: &mut FullState, mut thor: LegacyThor) {
60
let mut script_nodes = CounterType { hi: 0, lo: 0 };
61
let mut eval_info = EvaluationType::new();
62
let mut comment = 0 as *mut i8;
0 commit comments