Import icculus.org release (2014-12-25)
This commit is contained in:
parent
819e239f23
commit
22475d6d94
57 changed files with 3039 additions and 374 deletions
|
@ -643,7 +643,7 @@ int GetModuleVisArrays(void)
|
|||
ModuleArraySize = index + 1;
|
||||
|
||||
|
||||
ModuleCurrVisArray = AllocateMem(ModuleArraySize);
|
||||
ModuleCurrVisArray = (char*) AllocateMem(ModuleArraySize);
|
||||
|
||||
if(ModuleCurrVisArray)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue