Read old nil C4Values from player files for compatibility with 5.1

Günther Brammer 2011-05-21 23:13:49 +02:00
parent e0f49b4cca
commit 37242503df
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ static C4V_Type GetC4VFromID(const char C4VID)
switch (C4VID)
{
case 'n':
case 'A': // compat with OC 5.1
return C4V_Nil;
case 'i':
return C4V_Int;