diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 09:59:47 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 09:59:47 -0700 |
commit | 9e6dc529833d17374a73bae1f30c7970f936f7cc (patch) | |
tree | df46666b06065d6aefaf64e5722b57ff07f0a9e8 /src/functiondisplay.cpp | |
parent | 00fb7e6f65faf72a85c72f3775e49345aeb7442f (diff) | |
download | stage-9e6dc529833d17374a73bae1f30c7970f936f7cc.tar.gz stage-9e6dc529833d17374a73bae1f30c7970f936f7cc.tar.bz2 stage-9e6dc529833d17374a73bae1f30c7970f936f7cc.tar.xz stage-9e6dc529833d17374a73bae1f30c7970f936f7cc.zip |
Functions exists/delete work now.
Diffstat (limited to 'src/functiondisplay.cpp')
-rw-r--r-- | src/functiondisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiondisplay.cpp b/src/functiondisplay.cpp index 332a2c9..fa5b79c 100644 --- a/src/functiondisplay.cpp +++ b/src/functiondisplay.cpp | |||
@@ -13,7 +13,7 @@ FunctionDisplay::~FunctionDisplay() | |||
13 | { | 13 | { |
14 | } | 14 | } |
15 | 15 | ||
16 | Variable FunctionDisplay::call( class GameState &gState ) | 16 | void FunctionDisplay::call( class GameState &gState ) |
17 | { | 17 | { |
18 | Variable v = gState.popDeref(); | 18 | Variable v = gState.popDeref(); |
19 | sio << "Display: " << v << sio.nl; | 19 | sio << "Display: " << v << sio.nl; |