Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
realSquidCoder committed Dec 27, 2024
1 parent b28aa5d commit c628e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static void * stonesense_thread(ALLEGRO_THREAD * main_thread, void * parms)
ssState.Size.x = DEFAULT_SIZE;
ssState.Size.y = DEFAULT_SIZE;
ssState.Size.z = DEFAULT_SIZE_Z;
//ssConfig.show_creature_names = false;
ssConfig.show_creature_names = false;
ssConfig.show_osd = true;
ssConfig.show_designations = true;
ssConfig.show_keybinds = false;
Expand Down

0 comments on commit c628e3b

Please sign in to comment.