Fixed action lists to sort correctly for non-English languages
svn-id: r29144
This commit is contained in:
parent
23c38f0b62
commit
cb2f6ce092
3 changed files with 24 additions and 17 deletions
|
@ -30,10 +30,6 @@
|
|||
|
||||
namespace Lure {
|
||||
|
||||
extern const Action sortedActions[] = {ASK, BRIBE, BUY, CLOSE, DRINK, EXAMINE, GET, GIVE,
|
||||
GO_TO, LOCK, LOOK, LOOK_AT, LOOK_THROUGH, OPEN, OPERATE, PULL, PUSH, RETURN,
|
||||
STATUS, TALK_TO, TELL, UNLOCK, USE, NONE};
|
||||
|
||||
extern const int actionNumParams[NPC_JUMP_ADDRESS+1] = {0,
|
||||
1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 0, 1,
|
||||
0, 1, 1, 1, 1, 0, 0, 2, 1, 1, 0, 0, 1, 1, 2, 2, 5, 2, 2, 1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue