~ubuntu-branches/ubuntu/oneiric/blobandconquer/oneiric

« back to all changes in this revision

Viewing changes to src/hud/options.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Guus Sliepen
  • Date: 2008-06-15 12:04:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080615120429-5ss7cbb4z9mpywj5
Tags: 0.95-1
New upstream release. Closes: #486310

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
                
329
329
                graphics->setMode(MODE_3D);
330
330
                
 
331
                game->changeCameraRotation(0);
 
332
                
331
333
                drawGameObjects();
332
334
                
333
335
                graphics->setMode(MODE_2D);
478
480
                
479
481
                graphics->setMode(MODE_3D);
480
482
                
 
483
                game->changeCameraRotation(0);
 
484
                
481
485
                drawGameObjects();
482
486
                
483
487
                graphics->setMode(MODE_2D);
537
541
                
538
542
                graphics->setMode(MODE_3D);
539
543
                
 
544
                game->changeCameraRotation(0);
 
545
                
540
546
                drawGameObjects();
541
547
                
542
548
                graphics->setMode(MODE_2D);
633
639
                
634
640
                graphics->setMode(MODE_3D);
635
641
                
 
642
                game->changeCameraRotation(0);
 
643
                
636
644
                drawGameObjects();
637
645
                
638
646
                graphics->setMode(MODE_2D);
792
800
                graphics->clearScreen();
793
801
                
794
802
                graphics->setMode(MODE_3D);
 
803
        
 
804
                game->changeCameraRotation(0);
795
805
                
796
806
                drawGameObjects();
797
807