1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 18:55:23 +01:00

Remove empty branch in Peep.cpp

This commit is contained in:
Michał Janiszewski
2018-10-30 06:48:32 +01:00
committed by GitHub
parent 74ee2cf741
commit 4c62f89110

View File

@@ -2071,9 +2071,6 @@ void peep_thought_set_format_args(rct_peep_thought* thought)
{
set_format_arg(2, rct_string_id, ShopItemStringIds[thought->item].indefinite);
}
else
{
}
}
/** rct2: 0x00982004 */