summaryrefslogtreecommitdiff
path: root/src/astfunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/astfunction.cpp')
-rw-r--r--src/astfunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/astfunction.cpp b/src/astfunction.cpp
index c37a70d..894a3a1 100644
--- a/src/astfunction.cpp
+++ b/src/astfunction.cpp
@@ -16,7 +16,7 @@ AstFunction::~AstFunction()
16 16
17void AstFunction::call( class GameState &gState ) 17void AstFunction::call( class GameState &gState )
18{ 18{
19 gState.parse( pAst ); 19 gState.pushScope( pAst );
20} 20}
21 21
22void AstFunction::addParam( const Bu::String &sName ) 22void AstFunction::addParam( const Bu::String &sName )