Home
last modified time | relevance | path

Searched refs:mortgageprice (Results 1 – 5 of 5) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h136 gint32 mortgageprice; member
H A Dcallback.c903 if(currentgame->estate[id].mortgageprice) { in CallBack_EstateTree_SelectRow()
905 Text = g_strdup_printf("\nMortgage price: %d", currentgame->estate[id].mortgageprice); in CallBack_EstateTree_SelectRow()
H A Dgame.c906 assets += currentgame->estate[i].mortgageprice; in game_get_assets_player()
H A Dinterface.c629 if(currentgame->estate[i].mortgageprice > 0) { in interface_create_gameboardpage()
631 tmp2 = g_strdup_printf("\nMortgage value: %d", currentgame->estate[i].mortgageprice); in interface_create_gameboardpage()
H A Dxmlparse.c560 currentgame->estate[id].mortgageprice = atoi((gchar*)tmp); in xmlparse_estateupdate()