(svn r2996) 0xFFFF -> INVALID_STRING_ID

This commit is contained in:
tron
2005-09-28 21:49:55 +00:00
parent ce1c72cf6e
commit 3a964862f7
2 changed files with 8 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ void ShowBuildBridgeWindow(TileIndex start, TileIndex end, byte bridge_type)
{
uint j = 0;
int32 ret;
uint16 errmsg;
StringID errmsg;
DeleteWindowById(WC_BUILD_BRIDGE, 0);
@@ -123,7 +123,7 @@ void ShowBuildBridgeWindow(TileIndex start, TileIndex end, byte bridge_type)
_bridgedata.start_tile = start;
_bridgedata.end_tile = end;
errmsg = 0xFFFF;
errmsg = INVALID_STRING_ID;
// only query bridge building possibility once, result is the same for all bridges!
// returns CMD_ERROR on failure, and priCe on success