gameServer/Consts.hs
author Zorg <zorgiepoo@gmail.com>
Tue, 05 Apr 2011 16:15:20 -0400
changeset 5108 b7483e29ea8c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Fixing issue #211. Check to see if m_currPath is NULL before doing anything in mouseReleaseEvent. Multiple mouse release events can occur after a mouse press and before the next mouse press if you mouse-click really fast.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"