From 5c31a973a1dae47f351d4dc9e0451b3341c400f8 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 21:32:20 +0000 Subject: (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style --- src/gfxinit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfxinit.cpp') diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 1175c21a8..8adc256c2 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -375,7 +375,7 @@ static void LoadSpriteTables() GRFConfig *master = CallocT(1); master->filename = strdup(files->openttd.filename); FillGRFDetails(master, false); - ClrBitT(master->flags, GCF_INIT_ONLY); + ClrBit(master->flags, GCF_INIT_ONLY); master->next = top; _grfconfig = master; -- cgit v1.2.3-54-g00ecf