Skip to content

Commit

Permalink
Update overmap.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlorthishen committed Jan 4, 2025
1 parent edb5077 commit 1712da2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/overmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5957,7 +5957,6 @@ void overmap::place_specials( overmap_special_batch &enabled_specials )
int amount_to_place;
if( unique || globally_unique ) {
const overmap_special_id &id = iter.special_details->id;
const overmap_special_placement_constraints &constraints = iter.special_details->get_constraints();

int chance = roll_remainder( min * rate );

Check warning on line 5961 in src/overmap.cpp

View workflow job for this annotation

GitHub Actions / build

unused variable 'chance' [clang-diagnostic-unused-variable]

Check warning on line 5961 in src/overmap.cpp

View workflow job for this annotation

GitHub Actions / GCC 12, Ubuntu, Curses

unused variable ‘chance’ [-Wunused-variable]

Check warning on line 5961 in src/overmap.cpp

View workflow job for this annotation

GitHub Actions / GCC 12, Ubuntu, Tiles, Sound, Lua, CMake, Languages

unused variable ‘chance’ [-Wunused-variable]

Check warning on line 5961 in src/overmap.cpp

View workflow job for this annotation

GitHub Actions / GCC 12, Ubuntu, Tiles, Sound, Lua

unused variable ‘chance’ [-Wunused-variable]
//FINGERS CROSSED EMOGI
Expand Down

0 comments on commit 1712da2

Please sign in to comment.