| author | ecalot
<ecalot> 2004-07-16 10:33:58 UTC |
| committer | ecalot
<ecalot> 2004-07-16 10:33:58 UTC |
| parent | 8f4053e604f9504011de60b158fe6eaacb998f87 |
| FP/src/include/dat.h | +1 | -1 |
| FP/src/ker/kernel.c | +2 | -1 |
diff --git a/FP/src/include/dat.h b/FP/src/include/dat.h index 0315d82..3f6b145 100644 --- a/FP/src/include/dat.h +++ b/FP/src/include/dat.h @@ -41,7 +41,7 @@ dat.h: Princed Resources : DAT library headers #ifdef PR_DAT_INCLUDE_DATREAD #ifdef PR_DAT_INCLUDE_DATWRITE -/* DAT reading and writing primitives primitives */ +/* DAT reading and writing primitives */ int mRWBeginDatFile(const char* vFile, unsigned short int *numberOfItems, int optionflag); #define mRWCloseDatFile(dontSave) \ mReadCloseDatFile();\ diff --git a/FP/src/ker/kernel.c b/FP/src/ker/kernel.c index d618d4f..b350388 100644 --- a/FP/src/ker/kernel.c +++ b/FP/src/ker/kernel.c @@ -45,9 +45,10 @@ int kernel(int optionflag,int level) { * must be called optionflag */ - SDL_Surface *screen, *test; + SDL_Surface *screen /* , *test */; SDL_Event e; int i; + tData* testResource; screen = outputInit();