diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 12:22:27 -0700 |
commit | 9de9d4e733ce872806c569334af4c9ace01db203 (patch) | |
tree | cd401af5f0e158807238d6f9215f16a2c202b3dc /src/functiondisplay.cpp | |
parent | 315dd7104f02a278b9ade41345060ed5f6825fbb (diff) | |
download | stage-9de9d4e733ce872806c569334af4c9ace01db203.tar.gz stage-9de9d4e733ce872806c569334af4c9ace01db203.tar.bz2 stage-9de9d4e733ce872806c569334af4c9ace01db203.tar.xz stage-9de9d4e733ce872806c569334af4c9ace01db203.zip |
Important bugfix in stack code. Thanks david!0.04
Diffstat (limited to 'src/functiondisplay.cpp')
-rw-r--r-- | src/functiondisplay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/functiondisplay.cpp b/src/functiondisplay.cpp index 2f2209c..21941c0 100644 --- a/src/functiondisplay.cpp +++ b/src/functiondisplay.cpp | |||
@@ -22,6 +22,7 @@ void FunctionDisplay::call( class GameState &gState ) | |||
22 | gState.getInterface()->display( pNode ); | 22 | gState.getInterface()->display( pNode ); |
23 | delete pNode; | 23 | delete pNode; |
24 | 24 | ||
25 | gState.push( Variable( Variable::tNull ) ); | ||
25 | /* | 26 | /* |
26 | Variable v = gState.popDeref(); | 27 | Variable v = gState.popDeref(); |
27 | sio << "Display: " << v << sio.nl; | 28 | sio << "Display: " << v << sio.nl; |