From 9dfff6810cbee9c1a62d636bb4ffb4fbaa901f2a Mon Sep 17 00:00:00 2001 From: "nielsbreu@gmail.com" Date: Sat, 15 Jun 2013 18:26:00 +0000 Subject: Fixed compilation on linux. Any idea why SendMessageA works on Windows and not on linux? git-svn-id: http://mc-server.googlecode.com/svn/trunk@1595 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Blocks/BlockBed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Blocks/BlockBed.cpp b/source/Blocks/BlockBed.cpp index 2ed8c1636..513874252 100644 --- a/source/Blocks/BlockBed.cpp +++ b/source/Blocks/BlockBed.cpp @@ -75,7 +75,7 @@ void cBlockBedHandler::OnUse(cWorld *a_World, cPlayer *a_Player, int a_BlockX, i } } } else { - a_Player->SendMessageA("You can only sleep at night"); + a_Player->SendMessage("You can only sleep at night"); } } } -- cgit v1.2.3