From 735133d72b794a08c65e26507aae3c41bacc6ca3 Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 21 Aug 2012 11:08:06 +0000 Subject: [PATCH] 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 --- src/core/sal/Event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sal/Event.hpp b/src/core/sal/Event.hpp index 58dcc5b2..62d488ed 100644 --- a/src/core/sal/Event.hpp +++ b/src/core/sal/Event.hpp @@ -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. */