]> git.sesse.net Git - ccbs/commitdiff
Make "mode" a local variable to the for loop, now that we don't need it anymore.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 20 Feb 2005 19:07:47 +0000 (19:07 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 20 Feb 2005 19:07:47 +0000 (19:07 +0000)
bigscreen/groupscreen.cpp

index dacefbcbccc7f64b0992abb4f19bf4f6567b8a4c..96afeecb3363cd47ac8bec5a210e5064b163f562 100644 (file)
@@ -64,8 +64,8 @@ void GroupScreen::draw(unsigned char *buf)
        // titles for chosen songs.
        unsigned width[16], num_scores;
        unsigned max_num_width = my_draw_text("8888", NULL, 22.0);
-       unsigned mode, sumwidth;
-       for (mode = 0; mode < 2; ++mode) {
+       unsigned sumwidth;
+       for (unsigned mode = 0; mode < 2; ++mode) {
                for (unsigned i = 0; i < 16; ++i)
                        width[i] = 0;