gameServer/Consts.hs
author nemo
Sun, 03 Jun 2012 18:52:22 -0400
changeset 7170 84ac6c6d2d8e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"