comparison UI/UIGuilds.cpp @ 2402:8cee51ce4382

included directx 11
author Ritor1
date Mon, 14 Jul 2014 10:03:44 +0600
parents d6887ee81068
children f4af3b203f65
comparison
equal deleted inserted replaced
2400:ecd1dd95ec49 2402:8cee51ce4382
226 Party::TakeGold(pPrice); 226 Party::TakeGold(pPrice);
227 pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] = 1; 227 pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] = 1;
228 } 228 }
229 } 229 }
230 } 230 }
231 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); 231 pMessageQueue_50CBD0->AddGUIMessage(UIMSG_Escape, 1, 0);
232 return; 232 return;
233 } 233 }
234 //----- (004BC8D5) -------------------------------------------------------- 234 //----- (004BC8D5) --------------------------------------------------------
235 void SpellBookGenerator()//for GuildDialogs 235 void SpellBookGenerator()//for GuildDialogs
236 { 236 {