File diff r18880:d1db1f3ee26b → r18881:ca79a2e629a6
src/script/api/script_text.cpp
Show inline comments
 
@@ -9,13 +9,12 @@
 

	
 
/** @file script_text.cpp Implementation of ScriptText. */
 

	
 
#include "../../stdafx.h"
 
#include "../../string_func.h"
 
#include "script_text.hpp"
 
#include "../squirrel.hpp"
 
#include "../../table/control_codes.h"
 

	
 
ScriptText::ScriptText(HSQUIRRELVM vm) :
 
	ZeroedMemoryAllocator()
 
{
 
	int nparam = sq_gettop(vm) - 1;