(svn r2626) static, const, misc.

This commit is contained in:
tron
2005-07-17 20:14:58 +00:00
parent 1d11bbb34d
commit 59d4ab3752
8 changed files with 317 additions and 322 deletions

View File

@@ -379,14 +379,14 @@ void ShowNetworkNeedCompanyPassword(void)
#endif /* ENABLE_NETWORK */
void ShowRenameSignWindow(SignStruct *ss)
void ShowRenameSignWindow(const SignStruct *ss)
{
_rename_id = ss->index;
_rename_what = 0;
ShowQueryString(ss->str, STR_280B_EDIT_SIGN_TEXT, 30, 180, 1, 0);
}
void ShowRenameWaypointWindow(Waypoint *wp)
void ShowRenameWaypointWindow(const Waypoint *wp)
{
int id = wp->index;