oups... forgot a ;

This commit is contained in:
depyraken 2016-04-02 18:16:05 +02:00
parent ea0324e716
commit 27cedc9a2d

View file

@ -1797,7 +1797,7 @@
<STRING>BCaddPlayer(){</STRING> <STRING>BCaddPlayer(){</STRING>
<STRING> BCP = 0;</STRING> <STRING> BCP = 0;</STRING>
<STRING> switch(v0){ // No one is fishing</STRING> <STRING> switch(v0){ // No one is fishing</STRING>
<STRING> NoOneIsFishing()</STRING> <STRING> NoOneIsFishing();</STRING>
<STRING> }</STRING> <STRING> }</STRING>
<STRING> case 1:{ // P1 is already fishing</STRING> <STRING> case 1:{ // P1 is already fishing</STRING>
<STRING> P1AlreadyFishing();</STRING> <STRING> P1AlreadyFishing();</STRING>