Import icculus.org release (2014-12-25)

This commit is contained in:
Steven Fuller 2014-12-25 12:00:00 +01:00 committed by Patryk Obara
parent 819e239f23
commit 22475d6d94
57 changed files with 3039 additions and 374 deletions

View file

@ -643,7 +643,7 @@ int GetModuleVisArrays(void)
ModuleArraySize = index + 1;
ModuleCurrVisArray = AllocateMem(ModuleArraySize);
ModuleCurrVisArray = (char*) AllocateMem(ModuleArraySize);
if(ModuleCurrVisArray)
{