hedgewars/CCHandlers.inc
changeset 72 aeb2ac1878dc
parent 70 82d93eeecebe
child 80 3c3dc6a148ca
--- a/hedgewars/CCHandlers.inc	Wed Jun 28 18:27:42 2006 +0000
+++ b/hedgewars/CCHandlers.inc	Thu Jun 29 18:27:53 2006 +0000
@@ -49,7 +49,7 @@
 procedure chAddTeam(var s: shortstring);
 begin
 if isDeveloperMode then AddTeam;
-if GameType = gmtDemo then CurrentTeam.ExtDriven:= true
+if GameType in [gmtDemo, gmtSave] then CurrentTeam.ExtDriven:= true
 end;
 
 procedure chTeamLocal(var s: shortstring);