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:
@ -292,7 +292,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Sets the requestet jump-instruction opcode.
|
* Sets the requestet jump-instruction opcode.
|
||||||
*/
|
*/
|
||||||
void setTriggerOpcode(unsigned oc) { oc = m_OpcodeTrigger; }
|
void setTriggerOpcode(unsigned oc) { m_OpcodeTrigger = oc; }
|
||||||
/**
|
/**
|
||||||
* Sets the trigger flag.
|
* Sets the trigger flag.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user