Changes between Version 33 and Version 34 of CaoCourseTme1


Ignore:
Timestamp:
Feb 21, 2007, 10:10:05 AM (18 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaoCourseTme1

    v33 v34  
    191191par le pointeur map.
    192192{{{
    193 #define ELM(map,x,y)  map->raster[y*map->width + x]
     193#define ELM(map,x,y)  map->raster[(y)*map->width + (x)]
    194194}}}
    195195Le coeur de ces fonctions sera toujours de la forme :