From 23729b4ab1ae4af9bf00754ef206cd3490c7b3e7 Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 13 Mar 2012 18:51:25 +0100 Subject: [PATCH] Comments translated from French to English. --- src/autodestroyer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/autodestroyer.h b/src/autodestroyer.h index 303ef1cf..da8de993 100644 --- a/src/autodestroyer.h +++ b/src/autodestroyer.h @@ -29,10 +29,10 @@ class CObject; enum AutoDestroyerPhase { - ADEP_WAIT = 1, // attend m�tal - ADEP_DOWN = 2, // descend le couvercle - ADEP_REPAIR = 3, // construit le v�hicule - ADEP_UP = 4, // remonte le couvercle + ADEP_WAIT = 1, // expected metal + ADEP_DOWN = 2, // down the cover + ADEP_REPAIR = 3, // built the vehicle + ADEP_UP = 4, // up the cover };