From 3da3d131c6a1e17db81d08c161b944c2c00533da Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Aug 2010 10:59:30 +0000 Subject: (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. --- src/cheat_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cheat_type.h') diff --git a/src/cheat_type.h b/src/cheat_type.h index ac72d20c7..411634585 100644 --- a/src/cheat_type.h +++ b/src/cheat_type.h @@ -26,7 +26,7 @@ struct Cheat { * Only add new entries at the end of the struct! */ struct Cheats { - Cheat magic_bulldozer; ///< dynamite industries, unmovables + Cheat magic_bulldozer; ///< dynamite industries, objects Cheat switch_company; ///< change to another company Cheat money; ///< get rich or poor Cheat crossing_tunnels; ///< allow tunnels that cross each other -- cgit v1.2.3-54-g00ecf