bugfix: Jump event attribute assignment.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1500 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-08-21 11:08:06 +00:00
parent 535af362bc
commit 735133d72b

View File

@ -292,7 +292,7 @@ public:
/**
* Sets the requestet jump-instruction opcode.
*/
void setTriggerOpcode(unsigned oc) { oc = m_OpcodeTrigger; }
void setTriggerOpcode(unsigned oc) { m_OpcodeTrigger = oc; }
/**
* Sets the trigger flag.
*/