Home
last modified time | relevance | path

Searched refs:TRADE_TYPE_MONEY (Results 1 – 3 of 3) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dtrade.c249 currentgame->trade[tradeslot].current_component = TRADE_TYPE_MONEY; in trade_rebuild_component()
355 case TRADE_TYPE_MONEY: in trade_rebuild_subcomponent()
653 if ( typeid == TRADE_TYPE_MONEY && fromid == playerfrom && toid == playerto ) { in trade_update_money()
681 TRADEPROPOSALLIST_COLUMN_TYPE_ID, TRADE_TYPE_MONEY, in trade_update_money()
H A Dcallback.c562 if(currentgame->trade[tradeslot].select_type == TRADE_TYPE_MONEY) in CallBack_trade_button()
591 currentgame->trade[tradeslot].current_component = TRADE_TYPE_MONEY; in CallBack_trade_sub_component()
624 case TRADE_TYPE_MONEY: in CallBack_trade_update_component()
H A Dglobal.h182 #define TRADE_TYPE_MONEY 1 macro