From 3fd1334e6d5339cad07ac4e4e23991a73d960a8e Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 14 Apr 2011 17:29:46 +0200 Subject: add commandline options to server (not fully done yet) fix client crash when sound is not available --- pacman-c++/pacman.server.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pacman-c++/pacman.server.pro') diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro index 2224d9a..f42fa62 100644 --- a/pacman-c++/pacman.server.pro +++ b/pacman-c++/pacman.server.pro @@ -16,7 +16,8 @@ SOURCES += pixmapitem.cpp \ sceneholder.cpp \ util.cpp \ clicklabel.cpp \ - gameentity.cpp + gameentity.cpp \ + anyoption.cpp HEADERS += pixmapitem.h \ actor.h \ block.h \ @@ -28,7 +29,8 @@ HEADERS += pixmapitem.h \ sceneholder.h \ util.h \ clicklabel.h \ - gameentity.h + gameentity.h \ + anyoption.h RESOURCES += pacman.qrc OBJECTS_DIR = .obj -- cgit v1.2.3