[10305] Add additional AddMenuItem function for GossipMenu

This version allows using id of some text from database instead of text itself, and will then simplify locales especially from script side.

Thanks to Vladimir who woke up to hundreds of questions and lines of weird test code, helping me out with all the stuff i didn't understand (which was about 75% of the changes done in here :P )

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-08-01 16:41:12 +02:00
parent c138fbe902
commit 493ae9c2f5
3 changed files with 50 additions and 31 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10304"
#define REVISION_NR "10305"
#endif // __REVISION_NR_H__