gameServer/Consts.hs
author nemo
Mon, 14 Nov 2011 22:38:24 -0500
changeset 6383 c34a8b98d78c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change. also a nil check, probably not needed.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"