1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 03:19:10 +00:00

(svn r3827) Remove the global variable _error_message_2, it's only used as local variable

This commit is contained in:
tron
2006-03-12 10:15:36 +00:00
parent b9ade45008
commit 214b5eb42f
3 changed files with 12 additions and 10 deletions

View File

@@ -269,7 +269,6 @@ VARDEF bool _news_ticker_sound;
VARDEF byte _game_mode;
VARDEF StringID _error_message;
VARDEF StringID _error_message_2;
VARDEF int32 _additional_cash_required;
VARDEF uint32 _decode_parameters[20];