aboutsummaryrefslogtreecommitdiff
path: root/gob/inter_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/inter_v1.cpp')
-rw-r--r--gob/inter_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/inter_v1.cpp b/gob/inter_v1.cpp
index e1a3f7afce..e34a1ed6b1 100644
--- a/gob/inter_v1.cpp
+++ b/gob/inter_v1.cpp
@@ -635,7 +635,7 @@ void Inter_v1::setupOpcodes(void) {
};
_opcodesDrawV1 = opcodesDraw;
- _opcodesFuncV1 = opcodesFunc;
+ _opcodesFuncV1 = opcodesFunc; // EGroupe
_opcodesGoblinV1 = opcodesGoblin;
}