changeset 53:e72166f73e30

Oops
author Thibaut Girka <thib@sitedethib.com>
date Mon, 22 Aug 2011 23:20:17 +0200
parents ab826bc29aa2
children b383b09bc735
files pytouhou/game/eclrunner.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pytouhou/game/eclrunner.py
+++ b/pytouhou/game/eclrunner.py
@@ -172,7 +172,7 @@ class ECLRunner(object):
 
 
     @instruction(3)
-    def relative_jump_ex(self, frame, instruction_pointer, value_id):
+    def relative_jump_ex(self, frame, instruction_pointer, variable_id):
         """If the given variable is non-zero, decrease it by 1 and jump to a
         relative offset in the same subroutine.