diff --git a/Pfadfinder2.txt b/Pfadfinder2.txt index 55d1532..1e8f0fb 100644 --- a/Pfadfinder2.txt +++ b/Pfadfinder2.txt @@ -12,7 +12,7 @@ Antwort: Was ist das chinesische Zeichen fuer Krise? Topic: Motivation Frage: Mit diesem paedagogischen Grundprinzip gibt B.P. dem praktischen Lernen den Vorzug gegenueber dem theoretischen Lernen -Antwort: Was ist "Learning by doing"? +Antwort: Was ist Learning by doing Frage: Kann helfen, wenn die Luft raus ist, und macht aus einer guten Aktion eine hervorragende Aktion Antwort: Was ist Animation? Frage: Dieses Spiel foerdert Motivation der Gruppe @@ -56,4 +56,4 @@ Antwort: Was ist Altenberg? Frage: Es war die erste Jahresaktion der DPSG Antwort: Was ist "Flinke Haende, flinke Fuesse"? Frage: Der Kampf um diese Stadt machte BiPi zum Helden -Antwort: Was ist Mafeking (Suedafrika)? +Antwort: Was ist Mafeking (Suedafrika)? \ No newline at end of file diff --git a/sdljpd.c b/sdljpd.c index fda6a69..4e56758 100644 --- a/sdljpd.c +++ b/sdljpd.c @@ -22,10 +22,10 @@ #include #include -#include "SDL.h" -#include "SDL_image.h" -#include "SDL_ttf.h" -#include "SDL_mixer.h" +#include +#include +#include +#include /* Define our booleans */ #define TRUE 1 @@ -404,7 +404,6 @@ void draw_sdl (void) if(solved[countx][county] == 1) strcpy(buf,pl1); if(solved[countx][county] == 2) strcpy(buf,pl2); if(solved[countx][county] == 3) strcpy(buf,pl3); - if(solved[countx][county] == 4) strcpy(buf,pl4); drect.x = (countx*200) + 65; drect.y = drect.y + 23; @@ -863,14 +862,6 @@ int main( int argc, char **argv ) case SDLK_INSERT: score[plselect]=score[plselect]+pkt[ypos]; solved[xpos][ypos] = (plselect + 1); - lockbz = TRUE; - system("./set_led 0 0 0 0"); - enp = FALSE; - inp = TRUE; - break; - - /* Show Answer without changing score */ - case SDLK_y: lockbz = TRUE; enp = FALSE; inp = TRUE; diff --git a/set_led b/set_led index 5ec15af..b3c6bdc 100755 Binary files a/set_led and b/set_led differ