projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4f3c4
)
Add missing Map_Goto command.
author
Rudolf Polzer <divverent@xonotic.org>
Fri, 27 Sep 2013 13:20:31 +0000
(15:20 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Fri, 27 Sep 2013 13:20:31 +0000
(15:20 +0200)
qcsrc/server/g_world.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/g_world.qc
b/qcsrc/server/g_world.qc
index
520b87c
..
6853219
100644
(file)
--- a/
qcsrc/server/g_world.qc
+++ b/
qcsrc/server/g_world.qc
@@
-1247,6
+1247,7
@@
void GotoNextMap(float reinit)
nextMap = GetNextMap();
if(nextMap == "")
error("Everything is broken - cannot find a next map. Please report this to the developers.");
+ Map_Goto(reinit);
}