git » fp-git.git » commit 198b06a

unsigned

author ecalot
2004-06-23 02:58:02 UTC
committer ecalot
2004-06-23 02:58:02 UTC
parent ea4c2efbf52c6d5130543341f2acd475fbac58dd

unsigned

FP/src/include/maps.h +1 -1

diff --git a/FP/src/include/maps.h b/FP/src/include/maps.h
index ac840b1..7e1390a 100644
--- a/FP/src/include/maps.h
+++ b/FP/src/include/maps.h
@@ -76,6 +76,6 @@ int levelGetDoorMap(/* TODO: idem */);
 int levelGetStarPosition(int* screen, int* position); /* TODO: define
 		         position as an int or using x,y coordinate system*/
 
-int levelGetInformation(int* thisScreen, char* UDLRscreens, char* cornerScreens);
+int levelGetInformation(int *thisScreen, unsigned char* LRUDscreens, unsigned char* cornerScreens);
 /* TODO: define the format of cornerscreens */