projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e142f7
)
fixed bug 1102 - gcc 4.1.1 error
author
spog <spog>
Sun, 13 Aug 2006 13:16:48 +0000
(13:16 +0000)
committer
spog <spog>
Sun, 13 Aug 2006 13:16:48 +0000
(13:16 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@97
8a3a26a2
-13c4-0310-b231-
cf6edde360e5
contrib/bobtoolz/DMap.h
patch
|
blob
|
history
diff --git
a/contrib/bobtoolz/DMap.h
b/contrib/bobtoolz/DMap.h
index 970b958a0e8e31fe77a3e41f8ec8312473653f37..018dbc0f28447701822300c83074b37548ddb208 100644
(file)
--- a/
contrib/bobtoolz/DMap.h
+++ b/
contrib/bobtoolz/DMap.h
@@
-44,7
+44,7
@@
public:
DEntity* GetWorldSpawn();
void ClearEntities();
- DEntity*
DMap::
GetEntityForID(int ID);
+ DEntity* GetEntityForID(int ID);
DEntity* AddEntity(char* classname = "worldspawn", int ID = -1);
std::list<DEntity*> entityList;