]> git.pld-linux.org Git - packages/clanbomber.git/blob - clanbomber-assert.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/clanbomber.git] / clanbomber-assert.patch
1 --- clanbomber-1.02a/clanbomber/Controller_AI.cpp.orig  2004-09-25 10:01:35.000000000 +0200
2 +++ clanbomber-1.02a/clanbomber/Controller_AI.cpp       2004-09-25 10:14:14.000000000 +0200
3 @@ -19,6 +19,7 @@
4  
5  //#define WITH_DEBUG
6  
7 +#include <ClanLib/Core/System/cl_assert.h>
8  #include "ClanBomber.h"
9  #include "Controller_AI.h"
10  
11 @@ -312,7 +313,7 @@
12  
13  void Controller_AI::do_job()
14  {
15 -       assert(jobs.get_num_items() > 0);
16 +       cl_assert(jobs.get_num_items() > 0);
17         jobs[0]->execute();
18  }
19  
This page took 0.077461 seconds and 3 git commands to generate.