summaryrefslogtreecommitdiff
path: root/src/functiondisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/functiondisplay.cpp')
-rw-r--r--src/functiondisplay.cpp1
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;