forked from mirror/OpenTTD
(svn r945) -Fix: [Network] Terraform callback went wrong in merge
-Fix: Some settings went wrong in merge
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "vehicle.h"
|
||||
|
||||
|
||||
static void CcTerraform(bool success, uint tile, uint32 p1, uint32 p2)
|
||||
void CcTerraform(bool success, uint tile, uint32 p1, uint32 p2)
|
||||
{
|
||||
if (success) {
|
||||
SndPlayTileFx(SND_1F_SPLAT, tile);
|
||||
|
Reference in New Issue
Block a user