This commit is contained in:
Paul 2001-08-15 14:50:52 +00:00
parent 4731a653ba
commit a787c705cd

View File

@ -6,12 +6,4 @@
#include data/scripts/defs/trans.scr
_setText(CHAR_SPONGEBOB,STR__INGAME__CH1__L4__SBCELEBRATE);
_setResponseOptions(QUESTION_OK);
do
{
pause;
}
while(_getResponse()==ANSWER_NONE);
stop;